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: David Kastrup
Subject: Re: Case of 'c' in partcombine
Date: Mon, 29 May 2017 22:26:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Charles Winston <address@hidden> writes:

>> On May 29, 2017, at 1:40 PM, David Kastrup <address@hidden> wrote:
>> 
>> Charles Winston <address@hidden> writes:
>> 
>>> 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?
>> 
>> Probably would change a couple too many occurrences.
>
> Could you elaborate?

git grep partcombine ly Documentation

will list more or less all occurences bound to be changed by your
script.

-- 
David Kastrup



reply via email to

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