]> git.donarmstrong.com Git - lilypond.git/commitdiff
musicxml.py: typo in error message
authorJean-Charles Malahieude <lolyfan@wanadoo.fr>
Sun, 9 Mar 2008 11:49:14 +0000 (12:49 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 9 Mar 2008 12:20:41 +0000 (13:20 +0100)
python/musicxml.py

index 0e63c5ecdb12e026ab6b03f02d0efd291d4820e2..e0612802b79beb84532a7de77dc730893d972223 100644 (file)
@@ -379,7 +379,7 @@ class Part_list (Music_xml_node):
         if instrument_name:
             return instrument_name
         else:
-            ly.stderr_write (_ ("Unable to find find instrument for ID=%s\n") % id)
+            ly.stderr_write (_ ("Unable to find instrument for ID=%s\n") % id)
             return "Grand Piano"
 
 class Part_group (Music_xml_node):