]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix small problems with assignment <harmony> <=> voice
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 26 Oct 2007 15:46:43 +0000 (17:46 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 26 Oct 2007 15:46:43 +0000 (17:46 +0200)
commit89e7453c7578abc708d45253705f626439d8bfe1
treef0fcd45cc3a9219c12124b1d5851437c5fcd219b
parent8cf7c8dc7df6aeb9e89a8d93011661c8f7329b61
MusicXML: Fix small problems with assignment <harmony> <=> voice

Oops, I didn't want to treat <direction > elements like <harmony>.
The direction elements should still be asssigned to all voices (or
all voices of the staff).

Also, at the end of the loop, assign all remaining <harmony> elements
to the voice of the previous note and don't simply discard it.
python/musicxml.py