]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-ly.py
* scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
[lilypond.git] / scripts / convert-ly.py
index 74a62ff7d2eed14de54ea13f8f50b5c43ac2e1fa..3a11f47a0bc3fd408171e3d1ac6c10b7ddcda69e 100644 (file)
@@ -2165,7 +2165,7 @@ def conv (str):
 }""", str)
        str = re.sub (r'\\scriptBoth', r"""{
   \\revert TextScript  #'direction
-  \\override Script  #'direction
+  \\revert Script  #'direction
 }""", str)
        str = re.sub ('soloADue', 'printPartCombineTexts', str)
        str = re.sub (r'\\applymusic\s*#notes-to-clusters',
@@ -2200,7 +2200,7 @@ fold \new FooContext \foomode into \foo.'''))
 def conv (str):
        str = re.sub (r'(slur|stem|phrasingSlur|tie|dynamic|dots|tuplet|arpeggio|)Both', r'\1Neutral', str)
        str = re.sub (r"\\applymusic\s*#\(remove-tag\s*'([a-z-0-9]+)\)",
-                     r"\\removeTag #'\1", str)
+                     r"\\removeWithTag #'\1", str)
        return str
 
 conversions.append (((2, 3, 17), conv,