]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/pmx2ly.py
release: 1.3.146
[lilypond.git] / scripts / pmx2ly.py
index c260b068195a68ea37feaf84962a02824476add4..44535e503afa5a6e265c279d3788703c6ae7aa18 100644 (file)
@@ -209,7 +209,7 @@ class Clef:
        def __init__ (self, cl):
                self.type = cl
        def dump(self):
-               return '\\clef %s;' % self.type
+               return '\\clef %s' % self.type
 
 clef_table = {
        'b':'bass'  ,