]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Don't crash on multiple triplet children
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 23 Dec 2007 22:19:50 +0000 (23:19 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 23 Dec 2007 22:19:50 +0000 (23:19 +0100)
commitc0327df093131ab50da266a857d7af81d6c5c389
treed0b0dee2edffe5037d78565c852ff702f949361d
parent7465462b484630b5d37eb02f93acb5bea99dba3f
MusicXML: Don't crash on multiple triplet children

Finale seems to produce xml files that contain <notation> tags
with possibly multiple <tuplet...> tags, in particular when
a tuplet is only for one note (with tremolo subdivisions)...

This patch only fixes the crash, but does not handle the logic behind
this correctly :-(
python/musicxml.py
scripts/musicxml2ly.py