From: Mats Bengtsson Date: Tue, 21 Sep 2004 11:38:03 +0000 (+0000) Subject: * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth X-Git-Tag: release/2.3.19~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=13e60e4319bddbbe8f91e8f3afcba02a62da29b0;p=lilypond.git * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth --- diff --git a/ChangeLog b/ChangeLog index 6de9443a83..57b6ce4b10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-21 Mats Bengtsson + + * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth + 2004-09-21 Jan Nieuwenhuizen * scm/output-gnome.scm: Fix font dir description. diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index ac5a15579e..3a11f47a0b 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -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',