X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=python%2Fconvertrules.py;h=2f0409eb3c03d63d575242938a535d7d082b6de2;hb=84a060da34d365db97ceade2d87f7bc961b9b7b7;hp=7111657ca1912d9adc265a927e2af00b013cf0bc;hpb=77c34ddc0877c0625a48e1b41049b6dbaae215e0;p=lilypond.git diff --git a/python/convertrules.py b/python/convertrules.py index 7111657ca1..2f0409eb3c 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -2983,6 +2983,11 @@ def conv(str): return str +@rule ((2, 13, 16), + _ ("Unify fetaNumber and fetaDynamic encodings")) +def conv(str): + return re.sub(r'\bfeta(Number|Dynamic)', 'fetaText', str) + # Guidelines to write rules (please keep this at the end of this file) # # - keep at most one rule per version; if several conversions should be done,