]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Issue 4384: Remove convert-ly rule \shiftOff -> \undo\shiftOn
[lilypond.git] / python / convertrules.py
index 05beeec455de0c524d3821c6172d4b1d0af90a0a..8dc8e9160ab887078c30a01bba3b9916df74f682 100644 (file)
@@ -3741,7 +3741,6 @@ def conv(str):
     str = re.sub (r'\bimplicitTimeSignatureVisibility\b', 'initialTimeSignatureVisibility', str)
     str = re.sub ('(' + before_id + r'[a-g])((?:sharp){1,2}|(?:flat){1,2})'
                   + after_id, r'\1-\2', str)
-    str = re.sub (r'\\shiftOff\b', r'\\undo\\shiftOn', str)
     return str
 
 # Guidelines to write rules (please keep this at the end of this file)