From 7beabcf16912c35d052925589aa383797b5dab0b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 4 Feb 2008 18:35:05 +0100 Subject: [PATCH] MusicXML: Add support for thumb-position --- scripts/musicxml2ly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 6d77d04392..14c09dadbd 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -887,7 +887,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.5