]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update convert-ly rule for orchestral harp according to Neil's request
authorCarl Sorensen <c_sorensen@byu.edu>
Sun, 1 Mar 2009 00:44:27 +0000 (17:44 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Sun, 1 Mar 2009 00:44:27 +0000 (17:44 -0700)
python/convertrules.py

index 010bf3d656e62a0277d11403ab8e3fc76dd52ca3..700b8c40e475561f101445dd12915202462a0c4f 100644 (file)
@@ -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)