Thank you very much :-)
That's what I needed.

here the tiny example which actually matches the picture:
\version "2.18.2"
\new Staff \with {
  \accepts DrumStaff
} {
  \time 12/8
  \clef bass
  \repeat unfold 12 {b,8}
  \clef percussion
  \drums \with { \remove Time_signature_engraver }{
  \repeat percent 4 {r4._"Vox & Drums only - HH on 2 & 4" hh4. r4. hh4. }
  }\noBreak
  \clef bass
  d1.
 }

regards
Sven

On 26.08.2016 11:42, Malte Meyn wrote:


Am 26.08.2016 um 11:40 schrieb Malte Meyn:
\version "2.18.2"

\new Staff \with {
  \accepts DrumStaff
} {
  \repeat unfold 8 {e''8}
  \drums {

I forgot
    \once \omit DrumStaff.TimeSignature
here.

    hh4. r4. hh4
    % else an additional clef would be printed
    \once \omit DrumStaff.Clef
  }
  \clef bass d1
}

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

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

Reply via email to