]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
MIDI 47: orchestral strings -> orchestral harp
[lilypond.git] / python / convertrules.py
index 574e64b5a378053e9d594b7a346d0aed0a951bd1..010bf3d656e62a0277d11403ab8e3fc76dd52ca3 100644 (file)
@@ -2874,12 +2874,14 @@ def conv(str):
         raise FatalConversionError ()
     return str
 
-@rule ((2, 13, 0), _ ("keySignature property not reversed any more"))
+@rule ((2, 13, 0), _ ("keySignature property not reversed any more\n\
+MIDI 47: orchestral strings -> orchestral harp"))
 def conv(str):
     if re.search(r'\set Staff.keySignature', 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"')
     return str
 
 # Guidelines to write rules (please keep this at the end of this file)