lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

drums rest


From: pascal lawrynowicz
Subject: drums rest
Date: Mon, 20 Nov 2006 13:19:43 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]