summaryrefslogtreecommitdiff
path: root/04-white-noise/04-white-noise.ly
diff options
context:
space:
mode:
Diffstat (limited to '04-white-noise/04-white-noise.ly')
-rw-r--r--04-white-noise/04-white-noise.ly2
1 files changed, 1 insertions, 1 deletions
diff --git a/04-white-noise/04-white-noise.ly b/04-white-noise/04-white-noise.ly
index d74a2e6..40ee6ea 100644
--- a/04-white-noise/04-white-noise.ly
+++ b/04-white-noise/04-white-noise.ly
@@ -7,7 +7,7 @@
copyright = "2002--2015 Ricardo Wurmus"
}
-whiteNoise = { R1*5 } % TODO: how long?
+whiteNoise = \repeat unfold 3 { r2. r2 } % TODO: how long?
\include "parts/bass.ly"
\include "parts/keys.ly"