diff options
Diffstat (limited to 'scripts/pmx2ly.py')
-rw-r--r-- | scripts/pmx2ly.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pmx2ly.py b/scripts/pmx2ly.py index c260b06819..44535e503a 100644 --- a/scripts/pmx2ly.py +++ b/scripts/pmx2ly.py @@ -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' , |