lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie problem


From: Mats Bengtsson
Subject: Re: Tie problem
Date: Tue, 01 Mar 2005 14:53:06 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217



Maurizio Tomasi wrote:
The reason why Lilypond is not behaving as expected is, when you use <<>> Lily creates a new voice (by the way, why are you using "\\"?). The solution is to include the note to tie in the <<>> construct as well:

\score {
    \new Staff {
        \relative c' {
            << { c1 ~ c4 }
               { s4 s4\< s4\! \> s4\! s4 } >> c4 c c
        }
    }
}

I hope you have read the other responses to this question and realized
that <<...>> does not create any new voices, it's \\ that is the
culprit.


   /Mats




reply via email to

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