From 9ae92088022e500a4f681257935814ca10d76323 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 5 Jun 2016 10:18:05 +0200 Subject: song1: Move nastyPause to common music. --- 01-song1/01-song1.ly | 5 +---- 01-song1/music/common.ly | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 01-song1/music/common.ly (limited to '01-song1') diff --git a/01-song1/01-song1.ly b/01-song1/01-song1.ly index bd9262e..d01d88a 100644 --- a/01-song1/01-song1.ly +++ b/01-song1/01-song1.ly @@ -6,12 +6,9 @@ copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } -nastyPause = { - \time 6/8 - \repeat unfold 8 { r4. r4.|} -} \include "../settings.ly" +\include "music/common.ly" \include "music/bass.ly" \include "music/keys.ly" \include "music/stick.ly" diff --git a/01-song1/music/common.ly b/01-song1/music/common.ly new file mode 100644 index 0000000..7aa2b8b --- /dev/null +++ b/01-song1/music/common.ly @@ -0,0 +1,4 @@ +nastyPause = { + \time 6/8 + \repeat unfold 8 { r4. r4.|} +} -- cgit v1.2.3