]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Remove debug output
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 6 Dec 2008 13:47:16 +0000 (14:47 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 8 Dec 2008 00:06:22 +0000 (01:06 +0100)
python/musicxml.py

index 5c845f841a99238be14b71790f60e1a9f485649a..9a918ba6b3756bfd7a5c2dff77bae9fcb806d36d 100644 (file)
@@ -430,8 +430,6 @@ class Attributes (Measure_element):
                     else:
                         i.message (_ ("Key alteration octave given for a "
                             "non-existing alteration nr. %s, available numbers: %s!") % (nr, len(alterations)))
-                    i.message ( "Non-standard key signature (after octave %s for alter nr %s): %s" % (i.get_text (), nr, alterations))
-            i.message ( "Non-standard key signature with alterations %s found!" % alterations)
             return alterations
 
     def get_transposition (self):