Hi,

you could also override or tweak the staff-position of the rest. It
seems more inline with what the intention is, but it warns you about the
stems (don't know how to fix that):

\score{
  \new DrumStaff
  \drummode{
    \clef percussion << { cymr4 4 4 4 } \\ {
      \once \override Rest.staff-position = 1
      r8 sn8 4 4 4 } { hhp4 4 4 4 } >>
  }
}

or:

\score{
  \new DrumStaff
  \drummode{
    \clef percussion << { cymr4 4 4 4 } \\ {
      \tweak #'staff-position #1
      r8 sn8 4 4 4 } { hhp4 4 4 4 } >>
  }
}


Cheers,
Joram

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to