]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / python / convertrules.py
index ecf7532ceffda5165889cb58aa0fb940e99eb9ec..d535ae8ce96dda13cfe17e895b6e5e460b35ce81 100644 (file)
@@ -2795,14 +2795,3 @@ def conv (str):
     return str
 
 conversions.append (((2, 9, 6), conv, """\context Foo \applyOutput #bla -> \applyOutput #'Foo #bla """))
-
-
-def conv (str):
-    str = re.sub ('annotatepage', 'annotate-page', str)
-    str = re.sub ('annotateheaders', 'annotate-headers', str)
-    str = re.sub ('annotatesystems', 'annotate-systems', str)
-    return str
-
-conversions.append (((2, 9, 9), conv, """annotatefoo -> annotate-foo"""))
-
-