lilypond-user
[Top][All Lists]
Advanced

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

Re: creating a rhythm click track


From: Stjepan Horvat
Subject: Re: creating a rhythm click track
Date: Tue, 16 Apr 2013 09:12:11 +0200

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 <address@hidden> wrote:
Paul Malcolm <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



--
Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje. Izreke 12:18

reply via email to

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