lilypond-user
[Top][All Lists]
Advanced

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

Re: Drum Shuffle


From: Mark Polesky
Subject: Re: Drum Shuffle
Date: Mon, 10 Nov 2008 23:16:43 -0800 (PST)

Roberto,

Sadly, 
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Beams#Manual-beams
says: "The autobeamer will not put beams
over rests..."

However, you can "funnel two different
music 
expressions into one context", explained here:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Creating-contexts#Creating-contexts

Below is an example of how you might use this.

Hope this helps.
- Mark

_____________________________________________

\version "2.11.63"

hhRhythms = \drummode {
  \time 12/8 hh8 r hh hh r hh hh r hh hh r hh
}

beams = {
  \repeat unfold 4 { s8[ s s] }
}

\new DrumVoice << \hhRhythms \beams >>


      

Attachment: drum-shuffle.png
Description: PNG image


reply via email to

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