We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a PianoStaff, the muscixml export seems to incorrectly add some elements to the staves after the piano. LilyPond code
\version "2.18.2" \score { << \new PianoStaff \with { instrumentName = #"Piano " shortInstrumentName = #"Pn. " } << \new Staff { \set fontSize = -1 \time 4/4 c''4 } \new Staff {\clef bass \set fontSize = -1 \time 4/4 c4 } >> \new Staff \with { instrumentName = #"Violoncello " shortInstrumentName = #"Vc. " } { \set fontSize = -1 \time 4/4 c'4 } >> }
MusicXML for cello part has a
<staff>2</staff>
attribute for each note one, messing up the import
The text was updated successfully, but these errors were encountered:
If pianoStaff are the last in the score, the issue is not present, so it could be a sort of trailing effect
Sorry, something went wrong.
No branches or pull requests
When using a PianoStaff, the muscixml export seems to incorrectly add some elements to the staves after the piano.
LilyPond code
MusicXML for cello part has a
attribute for each note one, messing up the import
The text was updated successfully, but these errors were encountered: