Re: \rest in \drummode

2007-08-27 Thread Ole Schmidt

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

best

ole

Am 27.08.2007 um 07:51 schrieb Mats Bengtsson:

If you combine bits and pieces from the two answers you have  
received so far,

you end up with a working solution:

sn4 \once \override Rest #'staff-position = #1 r2. |

Another solution is to temporarily change to normal note mode and  
use the \rest feature:

sn4 \notemode {c''2. \rest} |

However, if what you really want to achieve is to have rests placed  
at their
default position, regardless of the polyphony, then the solution  
you are after

is rather

\new DrumVoice { \voiceTwo \revert Rest #'direction \down }


   /Mats

Ole Schmidt wrote:

does not work with dotted rests...

ole


Am 25.08.2007 um 21:40 schrieb pascal lawrynowicz:


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 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)




\version 2.10.15
up = \drummode
{  s1 }

down = \drummode
{ sn4 sn2.\rest }

\new DrumStaff 
\new DrumVoice { \voiceOne \up }
\new DrumVoice { \voiceTwo \down }
 

\layout { ragged-right = ##t }



best

ole





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \rest in \drummode

2007-08-27 Thread Mats Bengtsson



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


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \rest in \drummode?

2007-08-26 Thread Ole Schmidt

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 perhaps using tweak.
Untested code follows:


\tweak #'staff-position #5 r 

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \rest in \drummode

2007-08-25 Thread pascal lawrynowicz

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 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)




\version 2.10.15
up = \drummode
{  s1 }

down = \drummode
{ sn4 sn2.\rest }

\new DrumStaff 
\new DrumVoice { \voiceOne \up }
\new DrumVoice { \voiceTwo \down }
 

\layout { ragged-right = ##t }



best

ole

  



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \rest in \drummode?

2007-08-25 Thread 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 perhaps using tweak. 
Untested code follows:


\tweak #'staff-position #5 r 

-- 

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \rest in \drummode

2007-08-25 Thread Ole Schmidt

does not work with dotted rests...

ole


Am 25.08.2007 um 21:40 schrieb pascal lawrynowicz:


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 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)




\version 2.10.15
up = \drummode
{  s1 }

down = \drummode
{ sn4 sn2.\rest }

\new DrumStaff 
\new DrumVoice { \voiceOne \up }
\new DrumVoice { \voiceTwo \down }
 

\layout { ragged-right = ##t }



best

ole





___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


\rest in \drummode?

2007-08-24 Thread Ole Schmidt

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 { ragged-right = ##t }



best

ole


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user