lilypond-user
[Top][All Lists]
Advanced

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

Re: tie <> to << {} \\ {} >>


From: Steve Lacy
Subject: Re: tie <> to << {} \\ {} >>
Date: Thu, 22 Jan 2015 10:47:15 -0800

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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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