]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Fix typo in comment
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 29 Nov 2008 20:51:55 +0000 (21:51 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 29 Nov 2008 20:51:55 +0000 (21:51 +0100)
scripts/musicxml2ly.py

index c4926da8ac25174cccabad5ecd2145da15e1213c..2db934ae5808f3eec1cbc826489a8a9da4e4dbca 100644 (file)
@@ -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',