lilypond-user
[Top][All Lists]
Advanced

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

Re: What to do wanting a 4th order Bézier?


From: Urs Liska
Subject: Re: What to do wanting a 4th order Bézier?
Date: Sun, 18 Sep 2016 20:26:45 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Am 18.09.2016 um 18:28 schrieb Simon Albrecht:
> May I incorporate that into the LSR version?
> 
> 

I suggest not to do anything right now. I assume that once I'll come up
with the next iteration there will be more things to be discussed. I
suggest to bring that to an end before deciding what to do with it.
Maybe it would be good to include to LilyPond itself instead of the LSR.

Urs

> On 18.09.2016 16:04, Urs Liska wrote:
>>
>> Am 18.09.2016 um 16:01 schrieb Urs Liska:
>>>                            (cps (ly:slur::calc-control-points grob))
>>>                            (cps1 (first contr-pts))
>>>                            (cps2 (second contr-pts))
>>>                            (cp2-2 (mirror-point (fourth cps1) (third
>>> cps1)))
>>>                            (cps2 `(,(fourth cps1) ,cp2-2 ,@cps2))
>> This should actually read
>>
>>                            (cps (ly:slur::calc-control-points grob))
>>                            (cps1 (first contr-pts))
>>                            (cp2-2 (mirror-point (fourth cps1) (third
>> cps1)))
>>                            (cps2 `(,(fourth cps1) ,cp2-2 ,@(second
>> contr-pts)))
>>
>> Urs
>>
>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 


-- 
Urs Liska
www.openlilylib.org



reply via email to

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