summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-04-01 14:12:06 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-04-01 14:12:06 +0200
commitb2ba0a1570bc5b18ea1167a0d75b7346a6d2e279 (patch)
tree22e36a2a0b0093f7b1a5d31eaa60b5e5e6430a96 /01-song1
parent367f1b39644898ed605265c38d42063bbee1df71 (diff)
song 1: Extend click.
That's to keep tempo adjustments centralised.
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/music/click.ly23
1 files changed, 23 insertions, 0 deletions
diff --git a/01-song1/music/click.ly b/01-song1/music/click.ly
index 8a94959..ae90ece 100644
--- a/01-song1/music/click.ly
+++ b/01-song1/music/click.ly
@@ -140,4 +140,27 @@ click = \drummode {
\tempo 4 = 180
\time 3/4
bd2. | r2. |
+
+ %% Waltz
+ \time 3/4
+ \repeat unfold 18 { hh4 hh hh }
+ \time 4/4 { hh hh hh hh | hh hh hh hh |}
+
+ %% A
+ \tempo 4 = 185
+ \repeat volta 2 {
+ \time 2/4 \repeat unfold 5 { bd4 hh }
+ \time 6/8 { <bd hh>8 hh hh hh hh hh }
+ \time 2/4 \repeat unfold 3 { bd4 hh }
+ \time 4/4 \repeat unfold 2 { <bd hh>4 hh hh hh |}
+ }
+
+ %% A extended
+ \time 4/4 \repeat unfold 2 { <bd hh>4 hh hh hh | }
+ \time 4/4 \repeat unfold 2 {
+ sn8 bd bd sn bd bd sn bd | bd sn bd bd sn bd sn bd |
+ }
+
+ \tempo 4 = 195
+ %% TODO
}