]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Add documentation for ly:one-line-breaking.
[lilypond.git] / python / convertrules.py
index 2bfbdce1ebf9c55b76e02212bc6f88777b49d281..60fb1740fd58826582b775ea6b8280b50e2791b8 100644 (file)
@@ -3361,6 +3361,13 @@ def conv (str):
                   not_first (r"\2 \\default"), str)
     return str
 
+@rule ((2, 15, 40), r"Remove beamWholeMeasure")
+def conv (str):
+    if re.search (r"\bbeamWholeMeasure\b", str):
+        stderr_write (NOT_SMART % "beamWholeMeasure")
+        stderr_write (_ ("beamExceptions controls whole-measure beaming.") + "\n")
+    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,