]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-mudela.py
release: 1.1.41
[lilypond.git] / scripts / convert-mudela.py
index d3c89edec7bfa296ab01c3f7390b912767ea9b31..48a2ad709b1e1f4e641733719a8db845bd7307a3 100644 (file)
@@ -282,6 +282,17 @@ if 1:
        conversions.append ((1,0,14), conv, '<[a b> <a b]>c -> [<a b> <a b>]')
 
 
+if 1:
+       def conv(lines):
+               newlines =[]
+               for x in lines:
+                       x =  re.sub ('\\\\type','\\\\context', x)
+                       newlines.append (x)
+               return newlines
+       
+       conversions.append ((1,0,16), conv, '\\type -> \\context')
+
+
 
 ############################