]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Add exc -> eccentricity rule.
[lilypond.git] / python / convertrules.py
index 94dd62a7119a93c6c0be73778671b2b1fda137f9..486ecbb2c6ec9d1bcdbff96e581e4e8b2c452354 100644 (file)
@@ -2517,6 +2517,9 @@ def conv (str):
 conversions.append (((2, 7, 0), conv,
                     'ly:parser-define -> ly:parser-define!'))
 
+def conv (str):
+       return re.sub('excentricity', 'eccentricity', str)
+
 ################################################################
 
 def str_to_tuple (s):