]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-mudela.py
release: 1.1.53
[lilypond.git] / scripts / convert-mudela.py
index 4909d29dc743246667837f879a5e893b4a3f9000..f7a68585e10f182151e875bd7363f39d850d8759 100644 (file)
@@ -350,6 +350,18 @@ if 1:
                            'hshift -> horizontalNoteShift')
 
 
+if 1:
+       def conv(lines):
+               newlines =[]
+               for x in lines:
+                       x =  re.sub ('\\\\grouping[^;]*;','', x)
+                       newlines.append (x)
+               return newlines
+
+       conversions.append ((1,1,52), conv,
+                           'deprecate \\grouping')
+
+
 
 ############################