Ole Schmidt wrote:
thank you very much,
the 3. solution works fine for me - but what does the (big) R's do need?
\revert MultiMeasureRest #'direction is not working
See the mailing list archives, for example:
http://lists.gnu.org/archive/html/lilypond-user/2007-03/msg00355.html
/Mats
Maybe this will help :
\once \override Rest #'extra-offset = #'( 0.0 . 5.0) r4
PL
www.percunivers.com
Message: 1
Date: Sat, 25 Aug 2007 03:39:18 +0200
From: Ole Schmidt <[EMAIL PROTECTED]>
Subject: \rest in \drummode?
To: lilypond-user@gnu.org
Message-ID: <[EMAIL PROTECTED]&g
the \tweak you suggest does not work (unfortunatly)...
ole
Am 26.08.2007 um 01:38 schrieb Han-Wen Nienhuys:
Ole Schmidt escreveu:
Dear all,
is there a way to place a rest (higher) in \drummode? (like with
\rest
command in normal staffs)
\override the staff-position of the Rest, or perh
AIL PROTECTED]>
Subject: \rest in \drummode?
To: lilypond-user@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Dear all,
is there a way to place a rest (higher) in \drummode? (like with
\rest command in normal staffs)
Ole Schmidt escreveu:
> Dear all,
>
> is there a way to place a rest (higher) in \drummode? (like with \rest
> command in normal staffs)
\override the staff-position of the Rest, or perhaps using tweak.
Untested code follows:
< \tweak #'staff-position #5 r >
--
Han-Wen Nienhuys - [EMAIL
Hi,
Maybe this will help :
\once \override Rest #'extra-offset = #'( 0.0 . 5.0) r4
PL
www.percunivers.com
Message: 1
Date: Sat, 25 Aug 2007 03:39:18 +0200
From: Ole Schmidt <[EMAIL PROTECTED]>
Subject: \rest in \drummode?
To: lilypond-user@gnu.org
Message-ID: <[EMAIL PROTE
Dear all,
is there a way to place a rest (higher) in \drummode? (like with
\rest command in normal staffs)
\version "2.10.15"
up = \drummode
{ s1 }
down = \drummode
{ sn4 sn2.\rest }
\new DrumStaff <<
\new DrumVoice { \voiceOne \up }
\new DrumVoice { \voiceTwo \down }
>>
\layout {