Jeff Barnes <[email protected]> writes:

> This snippet illustrates a problem I'm having. The tie on the g is in
> the wrong direction after I've finished with the voice split. How do I
> get the correct tie direction? It looks like the \voices are still in
> scope wrt ties.
>
> Also, why did I lose the \relative c' after the voice split?

\relative c' takes a music expression as an argument, and in this case,
the argument is the parallel music << ... >>.

I don't see that you have a "wrong" tie direction.  Take all the
parallel music out, and LilyPond will choose the same tie.  If you want
to flip it up explicitly, probably the easiest way is writing ^~ instead
of ~.

> \score {
>   <<
>     \new Staff {
>       \relative c'
>       <<
>         {
>           \voiceOne
>           g'2
>         } \\ {
>           \voiceTwo
>           c,2
>         }
>       >>
>       <g' c'>4 ~ <g' b>
>     }
>   >>
>   \layout { }
> }

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to