Nicolas Sceaux wrote:
+ + +def conv (str): + str = re.sub ('def-music-function', 'define-music-function', str) + return str + +conversion.append (((2, 7, 36), conv, + """def-music-function -> define-music-function""")) + +def conv (str): + str = re.sub ('def-markup-command', 'define-markup-command', str) + return str + +conversion.append (((2, 7, 36), conv, + """def-markup-command -> define-markup-command"""))
can you fold these into a single conv? otherwise it won't work. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel