]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-ly.py
patch::: 1.3.143.jcn1
[lilypond.git] / scripts / convert-ly.py
index c27f2f19d33ab43010e1f0554fabb094c1a02b2d..e24b537299a9908d3d7751726ba92cde65cc9b70 100644 (file)
@@ -773,6 +773,13 @@ if 1:
        
        conversions.append (((1,3,141), conv, 'xNoDots -> xSolid'))
 
+if 1:
+       def conv (str):
+               str = re.sub ('([Cc])horda', '\\1orda', str)
+               return str
+       
+       conversions.append (((1,3,144), conv, 'Chorda -> Corda'))
+
 
 ############################