]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicexp.py
MusicXML: Remove debug output
[lilypond.git] / python / musicexp.py
index 6909adcdf86ca16d9abad67387d95a98966bbedb..71d2d8b80fae75af93e465fdaad0c43489152de2 100644 (file)
@@ -1305,7 +1305,7 @@ class NoteEvent(RhythmicEvent):
         self.drum_type = None
         self.cautionary = False
         self.forced_accidental = False
-        
+
     def get_properties (self):
         str = RhythmicEvent.get_properties (self)