Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong octave in MusicXML export #648

Closed
tobik opened this issue Mar 11, 2015 · 2 comments
Closed

Wrong octave in MusicXML export #648

tobik opened this issue Mar 11, 2015 · 2 comments
Assignees

Comments

@tobik
Copy link

tobik commented Mar 11, 2015

\relative {
g' c g c
}

This should export g in octave 4, c in octave 5, g in octave 4, c in octave 5.
Actual export is g in octave 4, c in octave 3, g in octave 3, c in octave 3.

Is the \relative mode supported?

Cheers, Tobias

@PeterBjuhr PeterBjuhr self-assigned this Mar 11, 2015
@PeterBjuhr
Copy link
Collaborator

Hi Tobias!

This works:

\relative g' {
  g c g c
}

It's the format with implicit starting pitch that isn't supported yet.

I'll look into it relatively soon!

@tobik
Copy link
Author

tobik commented Mar 11, 2015

Hi Peter!

Good to know how to work around.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants