From: John Mandereau Date: Mon, 16 Jun 2008 20:25:57 +0000 (+0200) Subject: Fix convert-ly rule X-Git-Tag: release/2.11.50-1~53^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6c886d71239975ac84c2a2220ebb91ba815f6511;p=lilypond.git Fix convert-ly rule --- diff --git a/python/convertrules.py b/python/convertrules.py index 66c083599d..9291513f7b 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -3045,7 +3045,7 @@ def conv (str): r"\\revert Hairpin #'to-barline", str) str = re.sub (r"hairpinToBarline\s*=\s*##([tf]+)", r"\\override Hairpin #'to-barline = ##\1", str) - str = re.sub (r"\\set (de)?crescendoSpanner = #'dashed-line", + str = re.sub (r"\\set (de|)crescendoSpanner = #'dashed-line", r"\\set \1crescendoSpanner = #'text", str) return str