lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie problem


From: Maurizio Tomasi
Subject: Re: Tie problem
Date: Tue, 01 Mar 2005 15:13:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Mats Bengtsson wrote:


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


Yes, I sent this e-mail about one hour ago but appeared on my Mail window just now. The reason for my mistake was, when I tried this first idea...

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

...I forgot that using << at the very beginning of a score is discouraged! Adding "\new Voice" just before "\relative" makes this example works as well.

Thank you,
  Maurizio.

--
****************************************
Maurizio Tomasi
Via Newton, 6
24126 Bergamo (Italy)
Tel. +39-02-23699308
http://www.geocities.com/zio_tom78/
****************************************





reply via email to

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