lilypond-user
[Top][All Lists]
Advanced

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

Re: Simultaneous rests in multiple voices


From: Nathan
Subject: Re: Simultaneous rests in multiple voices
Date: Wed, 6 Mar 2013 23:42:07 -0800

On Wed, Mar 6, 2013 at 10:22 PM, Evan Driscoll <address@hidden> wrote:
Suppose I have the following simple code:

  <<
    { r4 r4 }
    \\
    { r4 s4 }
  >>


There are two rests printed on beat 1, and as expected they are offset
vertically. But what if I want the rest in the second beat set as
normal? For instance, if both voices have notes at the start and end of
the measure, but a rest in the center? Is there I way I can do that?

  <<
    { r4 \oneVoice r4 }
    \\
    { r4 s4 }
  >>

Use \voiceOne to revert.

Docs: http://lilypond.org/doc/v2.16/Documentation/notation/multiple-voices#single_002dstaff-polyphony

Regards,
Nathan

reply via email to

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