lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur and tie between chords


From: TaoCG
Subject: Re: Slur and tie between chords
Date: Wed, 13 Feb 2013 01:00:58 -0800 (PST)

One possibility is to use a third voice marked \voiceTwo.
You'll get some warnings about colliding note columns which you can safely
ignore.

\relative c'
{
  \time 2/4
  \key des \major
  \clef F
  
  <<
    { r4 ges | as ges | f2 } \\
    { \tweak Stem #'length #7 des2( | as)~ | as } \\
    { \voiceTwo des,2~ | des~ | des }
  >>
}

HTH,
Tao



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Slur-and-tie-between-chords-tp140883p140885.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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