From 46828c3aa583ee982db42fbb3e82d28426708452 Mon Sep 17 00:00:00 2001 From: Jean-Charles Malahieude Date: Sun, 9 Mar 2008 12:49:14 +0100 Subject: [PATCH] musicxml.py: typo in error message --- python/musicxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5