lilypond-user
[Top][All Lists]
Advanced

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

Re: How to cancel voice so ties are right direction


From: Urs Liska
Subject: Re: How to cancel voice so ties are right direction
Date: Fri, 25 May 2012 21:44:25 +0200
User-agent: K-9 Mail for Android

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

reply via email to

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