projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3e410
)
musicxml.py: typo in error message
author
Jean-Charles Malahieude
<lolyfan@wanadoo.fr>
Sun, 9 Mar 2008 11:49:14 +0000
(12:49 +0100)
committer
John Mandereau
<john.mandereau@gmail.com>
Sun, 9 Mar 2008 12:20:41 +0000
(13:20 +0100)
python/musicxml.py
patch
|
blob
|
history
diff --git
a/python/musicxml.py
b/python/musicxml.py
index 0e63c5ecdb12e026ab6b03f02d0efd291d4820e2..e0612802b79beb84532a7de77dc730893d972223 100644
(file)
--- a/
python/musicxml.py
+++ b/
python/musicxml.py
@@
-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):