lilypond-user
[Top][All Lists]
Advanced

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

Re: Can't modify multiple shapes on a chord


From: David Nalesnik
Subject: Re: Can't modify multiple shapes on a chord
Date: Wed, 25 Mar 2020 14:50:21 -0500

Hi Paolo,

On Wed, Mar 25, 2020 at 9:45 AM Paolo Prete <address@hidden> wrote:
>
> Hello.
>
> Please consider this (tested on 2.19.84):
>
> \new Voice <<
>   {  \shape #'((0 . 0) (0 . 0) (0 . 0) (3 . 0)) Tie c' ~ c' }
>   {  \shape #'((0 . 0) (0 . 0) (0 . 0) (0 . 0)) Tie c'' ~ c'' }
> >>
>
> If I modify the shape on the first tie, changes are applied on the second 
> tie. Is this a bug? If so, is there a fix/workaround for this?
> I tried  \partcombine too, and the issue persists.
>

In order to get at individual ties in a chord, you have to resort to
desperate measures.  Use the code here:
https://www.mail-archive.com/address@hidden/msg47432/shape-tie-columns.ly

Hope this helps,
David



reply via email to

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