From: Erlend Aasland Date: Mon, 4 Feb 2008 12:14:37 +0000 (+0100) Subject: MusicXML: Add thumb articulation X-Git-Tag: release/2.11.40-1~3^2~20^2^2^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d5115295f5438234febcbe57e7911f5aec0aff1b;p=lilypond.git MusicXML: Add thumb articulation --- diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 4195de8f93..b4563615a4 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -885,7 +885,7 @@ articulations_dict = { "strong-accent": (musicexp.ShortArticulationEvent, "^"), # or "marcato" #"tap": "", "tenuto": (musicexp.ShortArticulationEvent, "-"), # or "tenuto" - #"thumb-position": "", + "thumb-position": "thumb", #"toe": "", "turn": "turn", "tremolo": musicxml_tremolo_to_lily_event,