]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Set up/down for direction elements (even if not used by \mark)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 29 Apr 2010 00:31:45 +0000 (02:31 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 29 Apr 2010 00:32:03 +0000 (02:32 +0200)
scripts/musicxml2ly.py

index 9e4c91adffce5dddf632c5d61b4f3e78af38bf0a..6b8214fd96123c19071c754317ffbaed6ffd5064 100644 (file)
@@ -1599,6 +1599,7 @@ def musicxml_direction_to_lily (n):
         if ev:
             # TODO: set the correct direction! Unfortunately, \mark in ly does
             #       not seem to support directions!
+            ev.force_direction = dir
             res.append (ev)
             continue