Stanton Sanderson <[email protected]> writes:

> Here is another (perhaps less elegant) solution:
>
> rh = \relative c'' {
>       <<
>             \voiceOne
>             {
>                   c2.~ | \stemDown \shiftOnn  c
>             }
>             \\
>             \new Voice {
>                   \voiceTwo
>                   s2. | \shiftOnn af2 s4
>             }
>             \\
>             \new Voice {
>                   \voiceFour
>                   <bf! g ef>4 af g~ | g f ef |
>             }
>       >>
> }

The usual voice orders from top to bottom are
1 3 5 6 4 2

namely starting with the outer voices and progressing inwards.  That
makes \\ become increasingly awkward as you go beyond two voices.

It would have been saner to let \\ follow that convention, but changing
that now would make all heck break loose.

-- 
David Kastrup

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

Reply via email to