]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix chord conversion
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 2 Sep 2007 23:04:46 +0000 (01:04 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 6 Sep 2007 14:15:36 +0000 (16:15 +0200)
commitb50ab1c348bba9622c85ab9f53a1519d94a3f1b7
tree0922d2d43a725fad2c71dbffa43d1da59ab893d2
parent9e35de84c2171b53668e3dfde245778e2a23807f
MusicXML: Fix chord conversion

Fix the conversion of chords from MusicXML to lilypond. The problem was
that the #text entries in the XML tree (converted to a musicxml.Hash_text
python instance) messed up the tracking of the current positions
in Part.interpret. As soon as these children are ignored, the original
algorithm to assign measure positions works again.

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
python/musicxml.py