From 6335030cf040f74816c1fdaadfa5e9f73c244857 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 12 Jun 2016 15:45:29 +0200 Subject: white noise: Move pause to "common.ly". --- 04-white-noise/04-white-noise.ly | 2 +- 04-white-noise/music/common.ly | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 04-white-noise/music/common.ly (limited to '04-white-noise') 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? -- cgit v1.2.3