]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicexp.py
Merge branch 'master' into nested-bookparts
[lilypond.git] / python / musicexp.py
index 1b1f3d91830f9b42cbb307f0abc2866390646d04..df54f70106c113f3e30681093e043511d3e2e59f 100644 (file)
@@ -1618,7 +1618,7 @@ class RhythmicStaff (Staff):
     def __init__ (self, command = "RhythmicStaff"):
         Staff.__init__ (self, command)
         
-class Score ():
+class Score:
     def __init__ (self):
         self.contents = None
         self.create_midi = False