]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Merge branch 'master' into nested-bookparts
[lilypond.git] / python / convertrules.py
index 41bfafc958b87d496b3538cfa91abe7b46956d1c..90bb54ac7f69e655af44bbb7e13b6e974f038c0e 100644 (file)
@@ -2807,11 +2807,6 @@ def conv (str):
     str = re.sub (r"hcenter(\s+)", r"center-align\1", str)
     return str
 
-@rule ((2, 11, 60), "printallheaders -> print-all-headers")
-def conv (str):
-    str = re.sub (r"printallheaders", r"print-all-headers", str)
-    return str
-
 # Guidelines to write rules (please keep this at the end of this file)
 #
 # - keep at most one rule per version; if several conversions should be done,