Switching to drummode and back

2016-08-26 Thread Sven Hillebrand

Hi Everybody,
I'm currently transcribing a Leadsheet for my Jazz Combo and the
original contains  four bars with drumnotes. When I insert the notes via
\drummode it just prints normal notes on the center line:

\version "2.18.2"
{
   \repeat unfold 8 {e''8}
   \drummode { \clef percussion
  hh4. r4. hh4.  }
   \clef bass d1
}

Is there a way to make it look like the original in the attachment?

Thank you very much

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


Re: Switching to drummode and back

2016-08-26 Thread Sven Hillebrand

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