Hi Paolo, On Wed, Mar 25, 2020 at 9:45 AM Paolo Prete <[email protected]> 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/[email protected]/msg47432/shape-tie-columns.ly Hope this helps, David
