From: Reinhold Kainhofer Date: Sat, 29 Nov 2008 20:51:55 +0000 (+0100) Subject: MusicXML: Fix typo in comment X-Git-Tag: release/2.12.0-1~40^2~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f4e5044f171b04dffcb4e6d5f086b149f08232a3;p=lilypond.git MusicXML: Fix typo in comment --- 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',