]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix missing tie end tag
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 5 Apr 2009 21:44:06 +0000 (23:44 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 5 Apr 2009 21:47:34 +0000 (23:47 +0200)
commitd7a78a3eab1e40ea339ab9bbe6eb97a554810735
treeb13b17549b3cf10eed2b339c958161d4000b196c
parentefdacfd5779b8ce92b246eca5ee5f655bbc53946
MusicXML: Fix missing tie end tag

Some applications "forget" to export the end tag for ties. it's actually
simpler to assume ties last only for one note and reset them
afterwards automatically.

This might break pieces with multiple overlapping voices, though...
input/regression/musicxml/33i-Ties-NotEnded.xml [new file with mode: 0644]
scripts/musicxml2ly.py