]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Implement staff changes in piano staves
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 27 Oct 2007 17:36:15 +0000 (19:36 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 27 Oct 2007 17:36:15 +0000 (19:36 +0200)
commitafd8d005f0a4a06c1f1036df68885f7b0dc003c4
tree0e3ad90db212508bd87d992c56c79d733a0c710f
parentbe36aa7e136a80b63dc1dcad9c6ce2ce57a95a3f
MusicXML: Implement staff changes in piano staves

When we encounter a note with a different staff value than the
previous note in that voice, simply add the \change Staff=.. event
into the notes. However, this does not work inside chords, so we
ignore all staff changes inside chords. I'll have to find a different
way to print some notes of a chord on one staff and the other notes
on the other staff...
python/musicexp.py
scripts/musicxml2ly.py