From: Carl Sorensen Date: Sun, 1 Mar 2009 00:44:27 +0000 (-0700) Subject: Update convert-ly rule for orchestral harp according to Neil's request X-Git-Tag: release/2.13.1-1~100 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=db218b0d55d21f56d3e489ba27ad26876cd7dfcb;p=lilypond.git Update convert-ly rule for orchestral harp according to Neil's request --- diff --git a/python/convertrules.py b/python/convertrules.py index 010bf3d656..700b8c40e4 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -2881,7 +2881,7 @@ def conv(str): stderr_write ("\n") stderr_write (NOT_SMART % _("The alist for Staff.keySignature is no \ longer in reversed order.\n")) - str = str.replace('#"orchestral strings"', '#"orchestral harp"') + str = str.replace('"orchestral strings"', '"orchestral harp"') return str # Guidelines to write rules (please keep this at the end of this file)