lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Switching to drummode and back


From: Sven Hillebrand
Subject: Re: Switching to drummode and back
Date: Fri, 26 Aug 2016 13:47:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]