From ea72bdc541ea3c9629bcecd4d578750d78b8a504 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 16 Feb 2008 14:16:35 +0100 Subject: [PATCH] Fix compilation --- scripts/musicxml2ly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 2fe5f23c81..2e22f8e76c 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -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: -- 2.39.2