From 13e60e4319bddbbe8f91e8f3afcba02a62da29b0 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Tue, 21 Sep 2004 11:38:03 +0000 Subject: [PATCH] * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth --- ChangeLog | 4 ++++ scripts/convert-ly.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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', -- 2.39.2