]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
* lily/include/paper-system.hh (class Paper_system): remove
[lilypond.git] / python / convertrules.py
index 471a4927b40697326c5ff8191ed52b33b49be8ce..f04577e8a49052af9a2b5d81864956c13a14dba2 100644 (file)
@@ -2558,9 +2558,9 @@ inside-slur -> avoid-slur'''))
 
 
 def conv (str):
-       str = re.sub(r'\\applyoutput', '\\applyOutput', str)
-       str = re.sub(r'\\applycontext', '\\applyContext', str)
-       str = re.sub(r'\\applymusic', '\\applyMusic', str)
+       str = re.sub(r'\\applyoutput', r'\\applyOutput', str)
+       str = re.sub(r'\\applycontext', r'\\applyContext', str)
+       str = re.sub(r'\\applymusic',  r'\\applyMusic', str)
        str = re.sub(r'ly:grob-suicide', 'ly:grob-suicide!', str)
        return str