From d5115295f5438234febcbe57e7911f5aec0aff1b Mon Sep 17 00:00:00 2001 From: Erlend Aasland Date: Mon, 4 Feb 2008 13:14:37 +0100 Subject: [PATCH] MusicXML: Add thumb articulation --- scripts/musicxml2ly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2