lilypond-devel
[Top][All Lists]
Advanced

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

Re: Case of 'c' in partcombine


From: Charles Winston
Subject: Re: Case of 'c' in partcombine
Date: Mon, 29 May 2017 12:41:03 -0400

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 <address@hidden> wrote:
> 
> Charles Winston <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-devel




reply via email to

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