lilypond-user
[Top][All Lists]
Advanced

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

Re: ties through parallel construction


From: Jan-Peter Voigt
Subject: Re: ties through parallel construction
Date: Tue, 11 Jan 2011 13:52:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7

Hello,

like Phil already wrote, ties can't change voices. The << ... \\ ... >> construct creates two new voices. If you have << { ... } \new Voice { ... } >> the first part continues the current voice and you can tie notes: { <d a'>2 ~ <cis a'> ~ << { \voiceTwo \stemDown <d a'> } \new Voice { \voiceOne \stemUp {d'4 cis} } >>}

This can be useful, If there are lyrics to bind (or ties) and only a small number of "second-voice" notes. But IMHO Phils solution is more readable in most cases - this is just a suggestion to look at lilys internals.

ADD: you can use \tieDown or \tieUp to control direction of ties.

Regards,
Jan-Peter

On 11.01.2011 12:11, Father Gordon Gilbert wrote:
Hi all,

In the following construction:

        <d a'>2 ~<cis a'>  ~ {<<  \stemDown<d a'>  \\ \stemUp {d'4 cis}>>}

the second "tilde" seems to have no effect.  I want to tie the 'a' in
the second chord to the 'a' in the third chord in the parallel bar.
Am I missing something?  How do I tie such a thing through this
construction?  Everything else about this line seems to work properly.

Thanks,

Gordon+





reply via email to

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