]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
convert-ly rule
[lilypond.git] / python / convertrules.py
index fbc683330dce81993605c8a143ede83e7cb6def8..1ab911cca2c3f576f103e3eeee8566bfcd0bc481 100644 (file)
@@ -3667,6 +3667,9 @@ def conv(str):
 def conv(str):
     str = re.sub (r"\\stringTuning\s*\\notemode(\s*)@?\{\s*(.*?)\s*@?}",
                   r"\\stringTuning\1\2", str)
+    if re.search (r'\bstaff-padding\b', str):
+        stderr_write (NOT_SMART % "staff-padding")
+        stderr_write (_ ("Staff-padding now controls the distance to the baseline, not the nearest point."))
     return str
 
 # Guidelines to write rules (please keep this at the end of this file)