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 { \v
Hi all !
I just discovered Lilypond and started writing a few scores. But I have a little
problem. I'm writing two-voiced drum scores (one for cymbals, the other for
drums) but when I write something like :
--
{ \times 2/3 { hh16 r hh } } \\
{ bd8 }
--
the rests in the first voice get centere