lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: utility: \interpolate


From: Han-Wen Nienhuys
Subject: Re: utility: \interpolate
Date: Sat, 25 Feb 2006 13:43:05 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

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 - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]