summaryrefslogtreecommitdiff
path: root/04-white-noise/parts/stick.ly
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-11-23 22:58:27 +0100
committerrekado <rekado@elephly.net>2015-11-24 22:59:11 +0100
commite8971c08e617e4200f39cafcdf9cd64886a0961e (patch)
tree2a74440a3703b53b0b42d911539a6697435255ef /04-white-noise/parts/stick.ly
parent173870e08a0438efb427033efed887e48fa06589 (diff)
white noise: stick: Add dummies for thunder and theme left.
Diffstat (limited to '04-white-noise/parts/stick.ly')
-rw-r--r--04-white-noise/parts/stick.ly20
1 files changed, 20 insertions, 0 deletions
diff --git a/04-white-noise/parts/stick.ly b/04-white-noise/parts/stick.ly
index 5477aed..d5b2a14 100644
--- a/04-white-noise/parts/stick.ly
+++ b/04-white-noise/parts/stick.ly
@@ -13,6 +13,14 @@ stickIntro = {
}
%% TODO
+stickThunderLeft = \relative c {
+ fis8 e16 fis8 e16 fis8 e16 fis8 e16 fis8 e |
+ fis8 e16 fis8 e16 fis8 e16 fis8 e16 fis8 e |
+ fis8 e16 fis8 e16 fis8 e16 fis8 e16 fis8 e |
+ d-. d-. d-. d-. d-. d-. d-. d-. |
+}
+
+%% TODO
stickThunderRight = \relative c'' {
a8 gis16 a8 gis16 a8 gis16 a8 gis16 a8 gis |
a8 gis16 a8 gis16 a8 gis16 a8 gis16 a8 gis |
@@ -21,6 +29,13 @@ stickThunderRight = \relative c'' {
}
%% TODO
+stickThemeLeft = \relative c {
+ r2. r2 | r2. r2 |
+ r2. r2 | r2. r2 |
+ r2. r2 | r2. r2 |
+ r2. r2 | r2. r2 |
+}
+%% TODO
stickThemeRight = \relative c {
fis'4. cis a' cis8 ~ | cis2. d2 |
gis,4. e d' cis8 ~ | cis2. a4 gis |
@@ -33,6 +48,11 @@ stickLeft = {
\clef "bass_8"
\stickIntro
\whiteNoise
+
+ \stickThunderLeft
+ \repeat volta 2 \stickThemeLeft
+ \stickThunderLeft
+ \repeat volta 2 \stickThemeLeft
}
stickRight = {