]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: fix acciaccatura
authorErlend Aasland <erlend.aasland@mac.com>
Thu, 31 Jan 2008 22:35:19 +0000 (23:35 +0100)
committerErlend Aasland <erlend.aasland@mac.com>
Thu, 31 Jan 2008 22:35:19 +0000 (23:35 +0100)
(I broke it in commit 859ff8b297c16c29106f3b62cb21b0b94b4b4914)

scripts/musicxml2ly.py

index b55fed64a5d78a1a6b8ebc496ee8e3a05da6d600..bf41a467790d2764e0993e402158f0e32d191254 100644 (file)
@@ -1392,7 +1392,7 @@ def musicxml_voice_to_lily_voice (voice):
             if hasattr (grace, 'slash'):
                 # TODO: use grace_type = "appoggiatura" for slurred grace notes
                 if grace.slash == "yes":
-                    grace_chord.grace_type = "acciaccatura"
+                    ev_chord.grace_type = "acciaccatura"
             # now that we have inserted the chord into the grace music, insert
             # everything into that chord instead of the ev_chord
             ev_chord = grace_chord