summaryrefslogtreecommitdiff
path: root/04-white-noise
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-01-23 23:54:50 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-01-23 23:54:50 +0100
commit5963401b85856ff10be3f6df3bebcd56c9a4ccff (patch)
tree75d6cbe0a81616c512d8834fff9362922467c91f /04-white-noise
parent98d8d77283ba453ffb04c4eda343a88c302e2b87 (diff)
white noise: stick: Add ending chords.
Diffstat (limited to '04-white-noise')
-rw-r--r--04-white-noise/music/stick.ly15
1 files changed, 15 insertions, 0 deletions
diff --git a/04-white-noise/music/stick.ly b/04-white-noise/music/stick.ly
index 46dea92..babfd6c 100644
--- a/04-white-noise/music/stick.ly
+++ b/04-white-noise/music/stick.ly
@@ -194,6 +194,7 @@ stickShifterLeft = \relative c {
fis8 a' fis, a' fis, a' fis, <fis a'> |
<e gis'> r <e gis'> r <e gis'> r4. |
fis8 a' fis, a' fis, a' fis, <fis a'> |
+ %% TODO
<e gis'> r <e gis'> r r2 |
}
@@ -210,6 +211,18 @@ stickShifterRight = \relative c {
\time 4/4 R1
}
+%% TODO: arpeggios
+stickEndingLeft = \relative c {
+ <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 | <gis\8 e'\9 b'\10>1 | <ais\8 fis'\9 cis'\10>1 |
+ <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 | <gis\8 dis'\9 b'\10>1 | <gis\8 dis'\9 b'\10>2 fis2 |
+ <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 | <gis\8 dis'\9 b'\10>1 | <gis\8 dis'\9 b'\10>2 fis2 |
+ <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 ~ | q1 |
+}
+
+%% TODO
+stickEndingRight = \relative c {
+ R1*15 |
+}
stickLeft = {
\key fis \minor
@@ -232,6 +245,7 @@ stickLeft = {
\transpose c d {
\stickShifterLeft
}
+ \stickEndingLeft
}
stickRight = {
@@ -254,6 +268,7 @@ stickRight = {
\transpose c d {
\stickShifterRight
}
+ \stickEndingRight
}
stick = <<