Hey drummers,

As a drummer I've struggled to find a way to write drum kicks as well.

Perhaps the following tip will help you find the best way?

HTH!
Kieren.

%%%%%%%%%%%%%%%%%%%%%%
\version "2.11.41"

kotMusic = \drummode
{
        cymr4. cymr cymr4 |
        cymr2 r8 cymr4.
}

drumMusic = \drummode
{
        \repeat "percent" 16 bd4
}

\new DrumStaff
<<
        \new DrumVoice = "KOT"
                \with
                {
                        \override NoteHead #'stencil = #ly:text-interface::print
                        \override NoteHead #'text = #(markup #:musicglyph 
"noteheads.s2")
                }
                { \voiceThree \kotMusic }
        \new DrumVoice = "percussion" \drumMusic
>>
%%%%%%%%%%%%%%%%%%%


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

Reply via email to