]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Woodwind diagrams -- change syntax
[lilypond.git] / python / convertrules.py
index 05bdbd813772268afb2703255e62b1c5d80db536..1e2ce6752da442265c520562cd1d19a1cb7d5a66 100644 (file)
@@ -3044,6 +3044,14 @@ def conv(str):
         stderr_write(UPDATE_MANUALLY)
     return str
 
+@rule ((2, 13, 31),
+    _ ("Woodwind diagrams: Move size, thickness, and graphic from argument list to properties."))
+def conv(str):
+    if re.search(r'woodwind-diagram', str):
+        stderr_write("\n")
+        stderr_write(NOT_SMART % _("woodwind-diagrams.  Move size, thickness, and graphic to properties.  Argument should be just the key list.\n"))
+        stderr_write(UPDATE_MANUALLY)
+    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,