Re: Full measure rest positioning

2007-09-02 Thread Neil Puttock
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

Re: Full measure rest positioning

2007-09-02 Thread Ole Schmidt
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

Re: Full measure rest positioning

2007-09-02 Thread Neil Puttock
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

Re: Full measure rest positioning

2007-09-02 Thread Ole Schmidt
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

Full measure rest positioning

2007-09-01 Thread Mark Dewey
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