summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/01-song1.ly5
-rw-r--r--01-song1/music/common.ly4
2 files changed, 5 insertions, 4 deletions
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.|}
+}