I was creating click track without melody for my big band drummer..so he
would be in tempo..it sounds nice..it swings and it has triangle on new
part of the score..if you want i can send it to you..

On Mon, Apr 15, 2013 at 11:00 PM, Johan Vromans <jvrom...@squirrel.nl>wrote:

> Paul Malcolm <paul.malc...@anu.edu.au> writes:
>
> > Or maybe there is a much simpler better way to do this ?
>
> I often do this with music that has a chords track.
>
> makeUnfold =
> #(define-music-function (parser location name mus) (ly:music? ly:music?)
>   (let ((r (make-repeated-music "unfold")))
>     (set! (ly:music-property r 'element) mus)
>     (set! (ly:music-property r 'repeat-count)
>           (ly:moment-main-numerator (ly:music-length name)))
>     r))
>
> harmonics = \chordmode {
>   c2 g | c g | f1 | c2 g |
> }
>
> % Create metronome ticks. This example assumes 4/4 .
> ticktock = \drummode {
>   \makeUnfold \unfoldRepeats \harmonics {
>     hiwoodblock 4 lowoodblock lowoodblock lowoodblock
>   }
> }
>
> \harmonics goes in a Chord staff, and \ticktock goes in a DrumStaff.
>
> HTH,
>
> -- Johan
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>



-- 
*Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
Izreke 12:18*
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to