PL - Add
\override Rest #'extra-offset = #'(0 . 2.5) - Bruce -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pascal lawrynowicz Sent: Monday, November 20, 2006 6:20 AM To: lilypond-user Subject: drums rest Hello all, I want to move vertically (raise up) my 8th notes rests in the 3rd bar to suits with the hh notes. How can I do that ? %%%%%%%%%%%%%%%%%%%% \version "2.4.5" \paper { linewidth = 210 \mm - 2.0 * 9.0 \mm indent = 7.0 \mm staffsize = 11 betweensystemspace = 10 \mm %%raggedlastbottom = ##f %%raggedlast = ##t %%pagenumber no = ##f %%pagebreaking = ##t } #(define mydrums '( (bassdrum default #f -5) (snare default #f 0) (hihat cross #f 5) (hihatopen xcircle #f 5))) \score { \drums { \override Staff.TimeSignature #'style = #'() \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums) \override Score.BarNumber #'break-visibility = #end-of-line-invisible \override Score.BarNumber #'padding = #2 #(override-auto-beam-setting '(end * * * *) 1 4 'Staff) \stemUp hh8 hh hh hh hh hh hh hh | hh4 hh hh hh | r8 hh r hh r hh r hh | } } %%%%%%%%%%%%%%%%%%%% Thanks PL www.percunivers.com _______________________________________________ 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