Hello Adrian, Being a drummer, I'm certain there is something wrong in the sticking off the roll the way you wrote it (see screen capture below)
[cid:466e02cf-022d-4c6f-9e53-7a137f8740ef] I did a small example with the "unfolded roll" so you can see what I mean. Maybe what you want to do is the second example ? BR ----------- Sébastien
\version "2.24.2"
up = \drummode {
<<
{ sn16^"R" sn16^"L" sn16:128^"R" sn16:128^"L" r2.}
\new DrumStaff \with {}{
sn16^"R" sn^"L" sn128^"R" sn^"R" sn^"L" sn^"L" sn^"R" sn^"R" sn^"L" sn^"L" sn^"R" sn^"R" sn^"L" sn^"L" sn^"R" sn^"R" sn^"L" sn^"L"
r2.
}
>>
}
\score {
\new DrumStaff
<<
\new DrumVoice { \voiceOne \up }
>>
\layout {
\override StemTremolo.shape = #'beam-like
}
}
up = \drummode {
<<
{ sn16^"R" sn16^"L" sn16:32^"R" sn16:32^"L" r2.}
\new DrumStaff \with {}{
sn16^"R" sn^"L" sn32^"R" sn^"R" sn^"L" sn^"L" r2.
}
>>
}
\score {
\new DrumStaff
<<
\new DrumVoice { \voiceOne \up }
>>
\layout {
\override StemTremolo.shape = #'beam-like
}
}
drum_roll_2.pdf
Description: drum_roll_2.pdf
