]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/convert-ly.py: s/removeTag/removeWithTag/.
authorWerner Lemberg <wl@gnu.org>
Sat, 18 Sep 2004 13:38:45 +0000 (13:38 +0000)
committerWerner Lemberg <wl@gnu.org>
Sat, 18 Sep 2004 13:38:45 +0000 (13:38 +0000)
ChangeLog
scripts/convert-ly.py

index 4bcd7f0a73c4b7149ba4671240f26c394b9a877f..f503a965cc1e0dbfce19da149cda5ba0b0364da6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
        ties.
 
+       * scripts/convert-ly.py: s/removeTag/removeWithTag/.
+
 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * input/{input,regression}/*.ly: run convert-ly
index 74a62ff7d2eed14de54ea13f8f50b5c43ac2e1fa..ac5a15579e28a352977be852956ef0974cc5f876 100644 (file)
@@ -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,