From db218b0d55d21f56d3e489ba27ad26876cd7dfcb Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sat, 28 Feb 2009 17:44:27 -0700 Subject: [PATCH] Update convert-ly rule for orchestral harp according to Neil's request --- python/convertrules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5