On 11 January 2011 12:51, Xavier Scheuer <[email protected]> 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

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to