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>>

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

Reply via email to