lilypond-user
[Top][All Lists]
Advanced

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

Re: Parallel music, adding a voice, stem not appearing


From: David Kastrup
Subject: Re: Parallel music, adding a voice, stem not appearing
Date: Mon, 11 Apr 2016 09:23:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Stanton Sanderson <address@hidden> 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



reply via email to

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