lilypond-user
[Top][All Lists]
Advanced

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

RE: positioning a rest


From: Mark Stephen Mrotek
Subject: RE: positioning a rest
Date: Fri, 12 Feb 2016 12:05:33 -0800

Patrick,

 

The location of the rest can be “pitch” specified.

Change the third line to:

        \new Voice { \oneVoice r4 b’\rest \voiceOne g' }

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Patrick Karl
Sent: Friday, February 12, 2016 9:35 AM
To: lilypond-user <address@hidden>
Subject: positioning a rest

 

I'm trying to duplicate the following measure:



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:



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


reply via email to

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