]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix bugs with repeat detection
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 26 Oct 2007 22:18:54 +0000 (00:18 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 26 Oct 2007 22:18:54 +0000 (00:18 +0200)
commit887ca6e7fd8cdc776a50d7f69e5f71fa9aced478
treeb348cb5cff74f540816098bc6b4b077028e9414a
parent794a037c19a838dd56ceb59e2280059fb80d944a
MusicXML: Fix bugs with repeat detection

-) Sometimes the contents of the first volta was duplicated (once
   before and the second time inside the first volta). The cause
   was theat I forgot an if clause to mark the repeat's body finished
   when the first volta ending is encountered
-) I messed up the order of the repeat/ending markers in the output.
scripts/musicxml2ly.py