From: John Mandereau Date: Sat, 16 Feb 2008 13:16:35 +0000 (+0100) Subject: Fix compilation X-Git-Tag: release/2.11.40-1~3^2~5 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=ea72bdc541ea3c9629bcecd4d578750d78b8a504;p=lilypond.git Fix compilation --- 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: