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: Robin Bannister
Subject: Re: Switching to drummode and back
Date: Fri, 26 Aug 2016 18:23:14 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

If the leadsheet needed hi-hat only in a single measure
I wouldn't bother with drum mode:


\version "2.18.2"
\new Voice
  \with { \consists "Pitch_squash_engraver" } % for slash chords
{
  \key ees \major
  \time 6/4
  \repeat percent 4 \repeat unfold 2
  { r4. \once \stemUp \tweak style #'xcircle f''4. } % cymbal
  \improvisationOn
  \clef bass f1.
}


Cheers,
Robin



reply via email to

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