Greetings Mark,

I believe that ties only work if the notes they are connecting are in
the same voice. In your example, you have called \voiceOne, \voiceTwo,
and \voiceThree. However, your resulting chord is in none of those
voices. Would it be possible to avoid that construct altogether?
Something like

\relative c'' {

\key e \minor

\clef treble

\time 6/8

\set tieWaitForNote = ##t

g,8~ b~ d~ <g d b g>4. }

And then manipulate ties individually if needed?

Hwaen Ch'uqi


On 11/24/15, Mark Stephen Mrotek <carsonm...@ca.rr.com> wrote:
> Hello,
>
>
>
> Everything is correct except that the ties do not appear. What is my error?
>
>
>
> \version "2.18.2"
>
>
>
> \relative c'' {
>
>       \clef treble
>
>       \key e \minor
>
>       \time 6/8
>
>
>
> << {b8\rest s \set tieWaitForNote = ##t d,~ } \\
>
>          {\set tieWaitForNote = ##t g,4.~ } \\
>
>          {s8 \set tieWaitForNote = ##t b4~ } >> <g b d g>4. |
>
>
>
> }
>
>
>
> Thank you for your kind attention.
>
>
>
> Mark Stephen Mrotek
>
>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to