On 5/29/17 2:49 PM, "lilypond-devel on behalf of Winston, Charles R."
wrote:
>
>
>> On May 29, 2017, at 4:27 PM, David Kastrup wrote:
>>
>> Charles Winston writes:
>>
On May 29, 2017, at 1:40 PM, David Kastrup wrote:
Charles Winston writes:
> Could you explain the
> On May 29, 2017, at 4:27 PM, David Kastrup wrote:
>
> Charles Winston writes:
>
>>> On May 29, 2017, at 1:40 PM, David Kastrup wrote:
>>>
>>> Charles Winston writes:
>>>
Could you explain the following line which appears all over convert
rules.py:
str = re.sub (r“s
Charles Winston writes:
>> On May 29, 2017, at 1:40 PM, David Kastrup wrote:
>>
>> Charles Winston 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 “partco
> On May 29, 2017, at 1:40 PM, David Kastrup wrote:
>
> Charles Winston 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 we
Charles Winston 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)
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
Charles Winston 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
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?
Charles
> On May 25, 2017, at 2:33 PM, Carl Sorensen wrote
> On May 25, 2017, at 11:54 AM, Charles Winston wrote:
>
>
>> On May 25, 2017, at 11:48 AM, Carl Sorensen wrote:
>>
>> On 5/25/17 8:40 AM, "lilypond-devel on behalf of Charles Winston"
>> > chazwi...@gmail.com> wrote:
>>
>>> Hey developers,
>>>
>>> I am working on my first patch‹it is resol
On 5/25/17 9:54 AM, "Charles Winston" wrote:
>
>Is there a reason to ignore case? The goal is to change the lowercase
>Œc¹s to uppercase in every instance of ³partcombine². It seems to me that
>ignoring case will give me instances that I do not need to change.
I would do it because I would want
Il giorno gio 25 mag 2017 alle 17:48, Charles Winston
ha scritto:
Is there any way to use git grep to search for instances of a string,
but leave out all instances from some specified directory? I ask
because there are an insane amount of instances of the string in
Documentation, and it’s clou
> On May 25, 2017, at 11:48 AM, Carl Sorensen wrote:
>
> On 5/25/17 8:40 AM, "lilypond-devel on behalf of Charles Winston"
> chazwi...@gmail.com> wrote:
>
>> Hey developers,
>>
>> I am working on my first patch‹it is resolving a very simple issue from
>> the tracker. The case of the Œc¹ in pa
Charles Winston writes:
> Is there any way to use git grep to search for instances of a string,
> but leave out all instances from some specified directory? I ask
> because there are an insane amount of instances of the string in
> Documentation, and it’s clouding my ability to find all instances
> On May 25, 2017, at 11:42 AM, Charles Winston wrote:
>
>>
>> On May 25, 2017, at 11:29 AM, Phil Holmes wrote:
>>
>> - Original Message - From: "Charles Winston"
>> To:
>> Sent: Thursday, May 25, 2017 3:40 PM
>> Subj
On 5/25/17 8:40 AM, "lilypond-devel on behalf of Charles Winston"
wrote:
>Hey developers,
>
>I am working on my first patch‹it is resolving a very simple issue from
>the tracker. The case of the Œc¹ in partcombine is inconsistent and can
>result in some confusion. For example: \partcombine, \part
> On May 25, 2017, at 11:29 AM, Phil Holmes wrote:
>
> - Original Message - From: "Charles Winston"
> To:
> Sent: Thursday, May 25, 2017 3:40 PM
> Subject: Case of 'c' in partcombine
>
>
>> Hey developers,
>>
>> I am
- Original Message -
From: "Charles Winston"
To:
Sent: Thursday, May 25, 2017 3:40 PM
Subject: Case of 'c' in partcombine
Hey developers,
I am working on my first patch—it is resolving a very simple issue from
the tracker. The case of the ‘c’ in partcombine is
Hey developers,
I am working on my first patch—it is resolving a very simple issue from the
tracker. The case of the ‘c’ in partcombine is inconsistent and can result in
some confusion. For example: \partcombine, \partcombineApart, and others like
this use the lower-case ‘c' … but \partCombineT
18 matches
Mail list logo