Putting the d~ and ees~ inside the <<...>> block gets a bit closer. You can
see the ties, but has other differences from your original example. I'm not
sure exactly what your final goal is:

\relative c' {
<< { d16~ \once \override NoteColumn.force-hshift = #-0.6 \once \override
Stem.direction = #DOWN d2 }
\\ { ees16~ \once \override NoteColumn.force-hshift = #0.6 \once \override
Stem.direction = #up ees2^\trill } >>
}

OR

\relative c' {
<<
{ ees16~ \once \override NoteColumn.force-hshift = #0.6 \once \override
Stem.direction = #up ees2^\trill } \\
{ d16~ \once \override NoteColumn.force-hshift = #-0.6 \once \override
Stem.direction = #DOWN d2 }
>>
}


On Thu, Jan 22, 2015 at 10:03 AM, Luca Danieli <[email protected]>
wrote:

> Hi all,
>
> how can I tie the notes in the following example?
>
> <d~ ees~>16
> << { \once \override NoteColumn.force-hshift = #-0.6 \once \override
> Stem.direction = #DOWN d2 }
> \\ { \once \override NoteColumn.force-hshift = #0.6 \once \override
> Stem.direction = #up ees2^\trill } >>
>
>
> the ~ do not show in the score.
>
>
> Luca
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to