Write ^ or _ before the tilde to force the tie up or down.
Works also with articulations, slurs and many other things.

Best
Urs
-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.



Jeff Barnes <jbarnes...@yahoo.com> schrieb:

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?

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

_____________________________________________

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

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

Reply via email to