From 519af5fb28d5ecba4a83b4041f1cf1ef490cdfc4 Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 16 Nov 2015 17:32:15 +0100 Subject: white noise: Add click. --- 04-white-noise/04-white-noise.ly | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '04-white-noise/04-white-noise.ly') diff --git a/04-white-noise/04-white-noise.ly b/04-white-noise/04-white-noise.ly index 1f57377..d74a2e6 100644 --- a/04-white-noise/04-white-noise.ly +++ b/04-white-noise/04-white-noise.ly @@ -12,6 +12,7 @@ whiteNoise = { R1*5 } % TODO: how long? \include "parts/bass.ly" \include "parts/keys.ly" \include "parts/stick.ly" +\include "parts/click.ly" AllMusic = << \new Staff = "keyboard" { \keyboard } @@ -22,7 +23,12 @@ AllMusic = << %% Two scores are needed: one with unfolded repeats for MIDI and the %% other with regular repeats for notation. \score { - \unfoldRepeats { \AllMusic } + \unfoldRepeats { + << + \AllMusic + \new DrumStaff { \click } + >> + } \midi { \tempo 4 = 120 } } -- cgit v1.2.3