]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix problem with lyrics on notes with grace notes
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 27 Oct 2007 20:45:17 +0000 (22:45 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 27 Oct 2007 20:45:17 +0000 (22:45 +0200)
commit99b3fe7876cdf739199cb92ea2f42470b8f082d6
tree46c5f401d34c0d06402da1c85721c940cad96474
parentf76aa9048efa2c9ad56e2c1f7477c615b78f2917
MusicXML: Fix problem with lyrics on notes with grace notes

When a note had grace notes (and it was tied or part of a slur), sometimes
the lyrics for that note were completely ignored and all subsequent
lyrics were one note off. Now I simply ignore all slurs/ties of grace notes
and everything works just fine.

Also, clean up the staff change code. Now a staff change is not only applied
before a note, but also before other stuff (like clef change).
input/regression/musicxml/06f-Lyrics-GracedNotes-Finale.xml [new file with mode: 0644]
scripts/musicxml2ly.py