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, 26 Sep 2006 20:38:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1

Steve D wrote:


Thank you Kieren for that explanation. What about the converse case,
where a tie begins inside a << { } \new Voice { } >> construct, at the
end (in the second voice, and one wishes the tie to continue to the next
note or chord outside that simultaneous music construct, like--

\relative c'' {
\time 4/4
<< { c2 r2 } \new Voice { e,4 f g <ees g bes>~ } >> |
<ees g bes>1 |
}
It's exactly the same idea, keep notes that belong to the
same musical voice in the same Voice context. In your case,
the simplest method is to move "\new Voice" in front of the
{c2 r2}. (However, you have to be extra careful if you start
your <<...>> at the top of the piece, since LilyPond automatically
tries to create Voice contexts. You probably have to explicitly
say

\new Voice \relative c'' {
\time 4/4
<< \new Voice { c2 r2 } { e,4 f g <ees g bes>~ } >> |
<ees g bes>1 |
}


  /Mats

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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