From: Jean-Charles Malahieude Date: Sun, 9 Mar 2008 11:49:14 +0000 (+0100) Subject: musicxml.py: typo in error message X-Git-Tag: release/2.11.43-1~53 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=46828c3aa583ee982db42fbb3e82d28426708452;p=lilypond.git musicxml.py: typo in error message --- diff --git a/python/musicxml.py b/python/musicxml.py index 0e63c5ecdb..e0612802b7 100644 --- 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):