From: Reinhold Kainhofer Date: Thu, 29 Apr 2010 00:31:45 +0000 (+0200) Subject: MusicXML: Set up/down for direction elements (even if not used by \mark) X-Git-Tag: release/2.13.20-1~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=204b20221ffa4740e38fe00cd980167c86aa6fa1;p=lilypond.git MusicXML: Set up/down for direction elements (even if not used by \mark) --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 9e4c91adff..6b8214fd96 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -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