Could you explain the following line which appears all over convert rules.py:
str = re.sub (r“str1”, r“str2”, str) I want to change all instances of “partcombine...” to “partCombine…". If I were to do this: str = re.sub (r“partcombine”, r“partCombine”, str) Would that work? Charles > On May 29, 2017, at 12:28 PM, David Kastrup <[email protected]> wrote: > > Charles Winston <[email protected]> writes: > >> Hi all, >> >> This is a pretty simple question but for some reason I can’t find a >> definitive answer. I’m adding a rule to convertrules.py, but I need to >> know the version for the rule. Where can I find what the latest >> version of LilyPond is? > > The one you are going to end up with is in the file VERSION in the > repository's top directory as $MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL > . Don't use $VERSION_DEVEL : that's the last version that already has a > web page up. > > -- > David Kastrup > > _______________________________________________ > lilypond-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-devel _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
