lilypond-user
[Top][All Lists]
Advanced

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

Re: common rests between two voices in one staff


From: Jule Slootbeek
Subject: Re: common rests between two voices in one staff
Date: Fri, 25 Oct 2002 10:59:53 -0400

what i do is use a third voice for the rests

soprano =
        \notes
                {
                        c4  s c c
                }

alto =
        \notes
                {
                        e4 s c c
                }

rests =
        \notes
                {
                        s4 r s s
                }

score{
        \context Staff = women
        <
                \soprano
                \rests
                \alto
        >

something along those lines works for me.
and of course if there's a rest in only one voice you can just put that in the individual voice.

Jule

On Friday, Oct 25, 2002, at 10:35 US/Eastern, Klaus Zimmermann wrote:

I am just doing some SATB pieces and I wonder if there is a way
to share common rests between the two voices of one staff.

The default behaviour for something like the following is that there
are two rests generated, one typeset above the other.

I know of the possibility to use s instead of r in one of the voices,
but consider this more to be a workaround, then a solution because it
makes voice extracts a little uncomfortable.

thanks in advance for any comments and ideas

------sample--------
\score {
        \context Staff = women <
                \notes \context Voice = soprano {
                        r1
                }
                \notes \context Voice = alto {
                        r1
                }
        >
}
---end sample-------



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user


Jule Slootbeek
address@hidden





reply via email to

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