Hi Tim,

2008/12/13 Tim Sawyer <list.lilyp...@calidris.co.uk>:

> I'd like to produce a four bar percent repeat, is this possible in 2.10?

I'm not sure whether this is what you're after (and I haven't tested
it in 2.10, but it should work):

\drummode {
  \compressMusic #'(1 . 4) {
    \repeat "percent" 2 {
      sn4 sn4 sn4 sn4 \bar "|"
      sn8 sn8 sn8 sn8 sn4 sn4 \bar "|"
      sn4 sn8 sn8 sn4 sn8 sn8 \bar "|"
      sn8 sn8 r8 sn8 sn4 sn4
    }
    \bar "|."
  }
}

Regards,
Neil

<<attachment: four-bar-percent.png>>

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

Reply via email to