summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--04-white-noise/04-white-noise.ly2
-rw-r--r--04-white-noise/music/common.ly1
2 files changed, 2 insertions, 1 deletions
diff --git a/04-white-noise/04-white-noise.ly b/04-white-noise/04-white-noise.ly
index a883be1..2a800c3 100644
--- a/04-white-noise/04-white-noise.ly
+++ b/04-white-noise/04-white-noise.ly
@@ -6,9 +6,9 @@
copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" }
}
-whiteNoise = \repeat unfold 3 { r2. r2 } % TODO: how long?
\include "../settings.ly"
+\include "music/common.ly"
\include "music/bass.ly"
\include "music/keys.ly"
\include "music/stick.ly"
diff --git a/04-white-noise/music/common.ly b/04-white-noise/music/common.ly
new file mode 100644
index 0000000..50b5439
--- /dev/null
+++ b/04-white-noise/music/common.ly
@@ -0,0 +1 @@
+whiteNoise = \repeat unfold 3 { r2. r2 } % TODO: how long?