lilypond-user
[Top][All Lists]
Advanced

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

Re: ties through parallel construction


From: Kieren MacMillan
Subject: Re: ties through parallel construction
Date: Tue, 11 Jan 2011 08:43:43 -0500

Hi Father,

> 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.

You need to explicitly instantiate the voices:

\relative d' {
  <d a'>2 ~ <cis a'> ~
  << { \voiceTwo <d a'> } \new Voice { \voiceOne d'4 cis } >> \oneVoice
}

I think this also correctly handles the "tie down" issue you spoke of in your 
followup email.

Best,
Kieren.


reply via email to

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