]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 21 Sep 2004 11:38:03 +0000 (11:38 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 21 Sep 2004 11:38:03 +0000 (11:38 +0000)
ChangeLog
scripts/convert-ly.py

index 6de9443a830a53e22a86e8e958a484725de50e86..57b6ce4b10812cde0ecd0f046a891d41e483727f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
+
 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/output-gnome.scm: Fix font dir description.
index ac5a15579e28a352977be852956ef0974cc5f876..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',