From f4e5044f171b04dffcb4e6d5f086b149f08232a3 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 29 Nov 2008 21:51:55 +0100 Subject: [PATCH] MusicXML: Fix typo in comment --- scripts/musicxml2ly.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index c4926da8ac..2db934ae58 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -1478,13 +1478,13 @@ notehead_styles_dict = { 'cross': None, # TODO: + shaped note head 'x': '\'cross', 'circle-x': '\'xcircle', - 'inverted triangle': None, # TOD: Implement - 'arrow down': None, # TOD: Implement - 'arrow up': None, # TOD: Implement - 'slashed': None, # TOD: Implement - 'back slashed': None, # TOD: Implement + 'inverted triangle': None, # TODO: Implement + 'arrow down': None, # TODO: Implement + 'arrow up': None, # TODO: Implement + 'slashed': None, # TODO: Implement + 'back slashed': None, # TODO: Implement 'normal': None, - 'cluster': None, # TOD: Implement + 'cluster': None, # TODO: Implement 'none': '#f', 'do': '\'do', 're': '\'re', -- 2.39.2