]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
not translated itely files for German docs
[lilypond.git] / python / convertrules.py
index 906371760097b598a7de51864a4d1e2fd3d45ce8..1cd2d4e76660dd61beab4e3662a5a7a5db80d494 100644 (file)
@@ -2315,6 +2315,15 @@ conversions.append (((2, 3, 24),
                     conv,
                     '''regularize other identifiers.'''))
 
+def conv (str):
+    str = re.sub ('petrucci_c1', 'petrucci-c1', str)
+    str = re.sub ('1style', 'single-digit', str)
+    return str
+
+conversions.append (((2, 3, 25),
+                    conv,
+                    '''petrucci_c1 -> petrucci-c1, 1style -> single-digit'''))
+
 
 def conv (str):
     return str