On Wed, Mar 6, 2013 at 10:22 PM, Evan Driscoll <edrisc...@wisc.edu> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to