]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-mudela.py
release: 1.1.65
[lilypond.git] / scripts / convert-mudela.py
index a36b83edf9df57f91a09391e3a547971e5882bee..47308fcf5488a74ffd976661cff7cfbabf33464c 100644 (file)
@@ -373,6 +373,18 @@ if 1:
        conversions.append ((1,1,55), conv,
                            '\\wheel -> \\coda')
 
+if 1:
+       def conv(lines):
+               newlines =[]
+               for x in lines:
+                       x =  re.sub ('keyoctaviation','keyOctaviation', x)
+                       x =  re.sub ('slurdash','slurDash', x)
+                       newlines.append (x)
+               return newlines
+
+       conversions.append ((1,1,65), conv,
+                           'slurdash -> slurDash, keyoctaviation -> keyOctaviation')
+
 
 ############################