]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix wrong chord detection with mid-measure attributes
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 12 Oct 2007 09:18:27 +0000 (11:18 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 12 Oct 2007 09:18:27 +0000 (11:18 +0200)
commitc25fa09c277d02f0b793a545464e682111abc527
tree2ec3d47a2100392b4e732879ddbcbe1046fa5e24
parent31de3540e46c7b587a79b8684665bffa509367e8
MusicXML: Fix wrong chord detection with mid-measure attributes

Mid-measure attributes (like clef changes) need to be inserted as
commands, not as music, because that will reset the current measure
position and mess up chord detection for the following notes.
scripts/musicxml2ly.py