Hi Nicolas,
this should get you started:
%%% Begin of snippet
\version "2.9.11"
cymbals = \drummode {
\times 2/3 { hh16 r hh }
}
% beware! drums is a keyword!
dr = \drummode {
bd8
}
\score {
{
\new DrumStaff
<<
\new DrumVoice { \voiceOne \cymbals }
\new DrumVoice { \voiceTwo \dr }
>>
}
\layout {
ragged-right = ##t
indent = 0\cm
}
}
%%% End of snippet
Cheers,
Markus
P.S. Further details:
http://lilypond.org/doc/v2.9/Documentation/user/lilypond.html#Percussion-staves
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user