]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compilation
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 16 Feb 2008 13:16:35 +0000 (14:16 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 16 Feb 2008 13:16:35 +0000 (14:16 +0100)
scripts/musicxml2ly.py

index 2fe5f23c8175c584a4cc247b67b0e85162a2a283..2e22f8e76cab500203df528807d619599e349126 100644 (file)
@@ -1256,7 +1256,7 @@ def musicxml_note_to_lily_main_event (n):
         if drum_type:
             event.drum_type = drum_type
         else:
-            n.message (_ ("drum %s type unknown, please add to instrument_drumtype_dict" % n.instrument_name)
+            n.message (_ ("drum %s type unknown, please add to instrument_drumtype_dict") % n.instrument_name)
             event.drum_type = 'acousticsnare'
 
     else: