lilypond-user
[Top][All Lists]
Advanced

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

Re: Voices using comon stems


From: Rune Zedeler
Subject: Re: Voices using comon stems
Date: Mon, 11 Nov 2002 09:46:55 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Felipe Massia wrote:

I need to typeset a SATB score with S+A and T+B using common stems.

Stems and beams are located in voices, so if you wan't S and A to use the same stem then you should put them into the same voice:


\context Grandstaff <
    \context Voice = women < \sop \alt >
    \context Voice = men < \ten \bas >
>

If you need more complex structures (i.e. parts where S+A needs different stems) then you could either manually switch voices in the notes definitions or use the part-combiner.

-Rune





reply via email to

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