]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Remove debug output
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 30 Nov 2008 20:34:55 +0000 (21:34 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 30 Nov 2008 20:34:55 +0000 (21:34 +0100)
python/musicexp.py

index 9672a29fa7e00fb70c728bb1b26af2d1b0dd0dc6..d53815b03c11788feb67662fb4aba38e92704bfb 100644 (file)
@@ -1469,7 +1469,6 @@ class KeySignatureChange (Music):
             #       fix it and remove the following call, otherwise add a
             #       proper comment here!
             alterations.reverse ()
-            print "Non-Standard alterations printed out: %s" % alterations
             return "\\set Staff.keySignature = #`(%s)" % string.join (alterations, " ")
         else:
             return ''