]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 22 Sep 2004 21:55:06 +0000 (21:55 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 22 Sep 2004 21:55:06 +0000 (21:55 +0000)
scripts/convert-ly.py

index 3a11f47a0bc3fd408171e3d1ac6c10b7ddcda69e..f24a79bd7d9c0aa247067d44accc75da8eebb234 100644 (file)
@@ -2207,6 +2207,14 @@ conversions.append (((2, 3, 17), conv,
                     '''\foo -> \foomode (for chords, notes, etc.)
 fold \new FooContext \foomode into \foo.'''))
 
+
+def conv (str):
+       str = re.sub (r'Text_item', 'Text_interface', str)
+       return str
+
+conversions.append (((2, 3, 18), conv,
+                    '''Text_item -> Text_interface''' )
+
 ################################
 #      END OF CONVERSIONS      
 ################################