]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/musicxml2ly.py
initial.
[lilypond.git] / scripts / musicxml2ly.py
index 4240b3aaaee0e77faa8ce0665ccd2794859df921..973def48ce69392dd32f9f079b14b84d2298033c 100644 (file)
@@ -212,7 +212,7 @@ def musicxml_note_to_lily_main_event (n):
         
     
     if not event:
-        n.message ("could not find suitable event")
+        n.message ("cannot find suitable event")
 
     event.duration = musicxml_duration_to_lily (n)
     return event