lilypond-user
[Top][All Lists]
Advanced

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

Re: positioning a rest


From: Ben Strecker
Subject: Re: positioning a rest
Date: Fri, 12 Feb 2016 12:45:45 -0500

This works for me.

\version "2.19.32"
{
    \new Staff <<
        \time 3/4
        \new Voice { 
          \override Rest #'staff-position = #0
          \voiceOne r4 r4 g' }
        \new Voice { \voiceTwo s4 c'2 }
    >>
}

> On Feb 12, 2016, at 12:34 PM, Patrick Karl <address@hidden> wrote:
> 
> I'm trying to duplicate the following measure:
> 
> <efchbgfd.png>
> 
> My attempt:
> 
> \version "2.19.32"
> {
>     \new Staff <<
>         \time 3/4
>         \new Voice { \oneVoice r4 r \voiceOne g' }
>         \new Voice { \voiceTwo s4 c'2 }
>     >>
> }
> 
> This works fine for everything but the second quarter-rest, which is 
> positioned beneath the half-note middle-C:
> 
> <djedabgg.png>
> 
> I've tried several variations of the above snippet, but the rest either move 
> up to  the \voiceOne position or remains firmly beneath the middle-C.  How 
> can I get the second rest to be positioned in the middle of the staff, at the 
> same level as the first rest?
> 
> Thanks.
> Pat
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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