lilypond-user
[Top][All Lists]
Advanced

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

Re: position whole measure rest


From: Brett Duncan
Subject: Re: position whole measure rest
Date: Wed, 09 Jan 2008 13:27:15 +1100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

Wilbert Berendsen wrote:
Hello, I know that I can position a rest vertically using e.g. d'1\rest .

But how can I alter the vertical position of a whole-measure rest (R1)? I want it to move outside the staff, so it should also get a ledger line.

\relative c' <<
        { e2 e4 a } \\
        { R1 }

The R1 is drawn too close to the notes.

TIA,
with best regards,
Wilbert Berendsen

Something like this?

    <<
        { e'2 e4 a } \\
        { \override MultiMeasureRest #'staff-position =#-7  R1 }
    >>

HTH,
Brett




reply via email to

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