Hi Ole,
On 9/2/07, Ole Schmidt <[EMAIL PROTECTED]> wrote:
>
>
> Neil, does the \voiceOne Command also work in \drummode?
>
It certainly does; have a look at the "verbose" example at the top of
section 7.4.3.
Regards,
Neil
___
lilypond-user mailing list
Mark,
what I wrote about \notemode is nonsene because you are already in
\notemode. You only need \rest (which makes a rest instead of a note,
see manual)
Neil, does the \voiceOne Command also work in \drummode?
ole
Am 02.09.2007 um 17:28 schrieb Neil Puttock:
Hi Mark/Ole,
On 9/2/07, O
Hi Mark/Ole,
On 9/2/07, Ole Schmidt <[EMAIL PROTECTED]> wrote:
>
> You can move the rest manually with \notemode (see manual):
>
> \notemode {c''2. \rest}
>
> or with
>
> \once \override Rest #'staff-position = #1 r2.
>
> \once \override MultiMeasureRest #'staff-position = #1 r2.
>
As an altern
You can move the rest manually with \notemode (see manual):
\notemode {c''2. \rest}
or with
\once \override Rest #'staff-position = #1 r2.
\once \override MultiMeasureRest #'staff-position = #1 r2.
for the whole \new Staff (or whatever) you can:
\revert Rest #'direction
respectively:
\r
I've been trying to figure out how to either manually position full measure
rests, or to have them all go in a certain position. I'm using 3/4 time.
With normal rests, I can do b'2.\rest or put \override Rest #'direction = #'0
in the code above.
I can do R2. but the position is too high, due