for illustration, this works but I wonder if it is the "easiest" way to do
it:

\new Staff \with {
   \accepts DrumStaff
} {
  \override Staff.StaffSymbol.line-count = #1
  \clef percussion
  \drums {
    hh8 8 8 8 8 8 8 8 }
  
  \stopStaff
  \new Voice {
    \override Staff.StaffSymbol.line-count = #5
    \startStaff
    \clef bass
    \key bes \major
    c4 d e f g
    }
} 



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

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

Reply via email to