]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix problems with chord detection and pickup measures
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 27 Oct 2007 15:53:31 +0000 (17:53 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 27 Oct 2007 15:53:31 +0000 (17:53 +0200)
commit845fcdf0f1fc8614a8963dc1f17df71f339d45e0
treeab344bc7307e3feaf556d9ff7f44d96dc2ad4507
parent20904bc1f8e73dcfac5329c74580a617f5f05e40
MusicXML: Fix problems with chord detection and pickup measures

Pickup measures messed up chord detection and voice start positions
for multi-voice parts, because I erroneously reset the position after
a pickup measure to 1, while in fact it should have been the length
of the pickup measure!
Also, fix some typos and only ignore skips in pickup measures intended
for padding to a full measure. Explicitly adde skips need to be honored.
python/musicxml.py
scripts/musicxml2ly.py