]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-mudela.py
release: 1.1.67
[lilypond.git] / scripts / convert-mudela.py
index 47308fcf5488a74ffd976661cff7cfbabf33464c..97bd9af2c82f1d490239386ce96bf5d472050c8f 100644 (file)
@@ -385,6 +385,17 @@ if 1:
        conversions.append ((1,1,65), conv,
                            'slurdash -> slurDash, keyoctaviation -> keyOctaviation')
 
+if 1:
+       def conv(lines):
+               newlines =[]
+               for x in lines:
+                       x =  re.sub ('\\repeat +\"?semi\"?','\\repeat "volta"', x)
+                       newlines.append (x)
+               return newlines
+
+       conversions.append ((1,1,66), conv,
+                           'semi -> volta')
+
 
 ############################