lilypond-user
[Top][All Lists]
Advanced

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

Re: ties through parallel construction


From: Neil Puttock
Subject: Re: ties through parallel construction
Date: Tue, 11 Jan 2011 16:37:09 +0000

On 11 January 2011 12:51, Xavier Scheuer <address@hidden> wrote:

> This is an intrinsic default of the  << { ... } \\ { ... } >> contruct.
> The music within this construct is contained in 2 voices called "1" and
> "2" that are different from the voice outside this construct.

If you name the main voice "1", the first polyphonic voice isn't new
(though this only works in 2.13):

\new Voice = "1" \relative c' {
  <d a'>2 ~ <cis a'> ~
  <<
    { \voiceTwo <d a'> }
    \\
    { \voiceOne d'4 cis }
  >>
}

Cheers,
Neil



reply via email to

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