From 568860abd8243a1824fe3bb120929de8a527e636 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 5 Nov 2015 10:00:33 +0100 Subject: circus: Move click track to separate file. --- 03-circus/03-circus.ly | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '03-circus/03-circus.ly') diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly index 11d2584..2a06e49 100644 --- a/03-circus/03-circus.ly +++ b/03-circus/03-circus.ly @@ -10,14 +10,13 @@ \include "parts/bass.ly" \include "parts/keyboard.ly" \include "parts/stick.ly" +\include "parts/click.ly" AllMusic = << \new Staff = "keyboard" { \keyboard } \new Staff = "bass" { \bass } \new Staff = "grand stick" { \stick } - \new DrumStaff { - { \drummode { hh4 hh hh hh } } - } + \new DrumStaff { \click } >> %% Two scores are needed: one with unfolded repeats for MIDI and the -- cgit v1.2.3