summaryrefslogtreecommitdiff
path: root/04-white-noise/parts/stick.ly
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-04-16 12:28:23 +0200
committerrekado <rekado@elephly.net>2016-04-17 22:11:46 +0200
commite34ace359a18d79c63ea07bb680540a2da679544 (patch)
tree0f3f69738cc499deff8dda2c4fe93bbd8b38eb87 /04-white-noise/parts/stick.ly
parent4620253d1c855cdb0673a435bbd3b73602e68a6e (diff)
white-noise: Add fast part.
Diffstat (limited to '04-white-noise/parts/stick.ly')
-rw-r--r--04-white-noise/parts/stick.ly73
1 files changed, 67 insertions, 6 deletions
diff --git a/04-white-noise/parts/stick.ly b/04-white-noise/parts/stick.ly
index 6f47f34..24b551e 100644
--- a/04-white-noise/parts/stick.ly
+++ b/04-white-noise/parts/stick.ly
@@ -43,6 +43,64 @@ stickThemeRight = \relative c {
fis4. d gis e8 ~ | e2 gis4 a4. r8 |
}
+%% TODO
+stickBeautyBLeft = \relative c {
+ r1 | r1 | r1 | r1 |
+}
+stickBeautyBRight = \relative c {
+ %% TODO: this is terrible and I would never play this
+ <d a >2 <cis fis, >2 |
+ <gis' fis, >2 <a e, >2 |
+ d,1 | cis |
+}
+
+%% TODO
+stickSoloLeft = \relative c {
+ r1 | r1 |
+ r1 | r1 |
+ r1 | r1 |
+ r1 | r1 |
+}
+
+stickSoloRight = \relative c' {
+ \grace{a16 d} fis2 r8 gis8 a \grace{fis16} gis8 ~ |
+ gis4 e4 cis8 fis gis fis ~ |
+ fis4. r4 e8 fis b, |
+ %% TODO: bend isn't working
+ %%b\bendAfter #+2 b
+ r1 | r1 | r1 | r1 | r1 |
+
+ % %% repetition
+ % r1 | r1 |
+ % r1 | r1 |
+ % r1 | r1 |
+ % r1 | r1 |
+}
+
+%% TODO
+stickTransitionLeft = \relative fis,, {
+ \time 3/4
+ fis'8. cis d gis, | a8 gis fis r4. |
+}
+
+%% TODO
+stickTransitionRight = \relative fis {
+ \time 3/4
+ fis'8. cis d gis, | a8 gis fis r4. |
+}
+
+%% TODO
+stickFastLeft = \relative fis,, {
+ \time 4/4
+ r1 | r1 | r1 | r1 | r1 | r1 | r1 | r1 |
+}
+
+%% TODO
+stickFastRight = \relative fis {
+ \time 4/4
+ r1 | r1 | r1 | r1 | r1 | r1 | r1 | r1 |
+}
+
stickLeft = {
\key fis \minor
\clef "bass_8"
@@ -52,6 +110,11 @@ stickLeft = {
\time 4/4 \stickThunderLeft
\time 5/4 \repeat volta 2 \stickThemeLeft
\time 4/4 \stickThunderLeft
+
+ \time 4/4 \repeat volta 2 \stickBeautyBLeft
+ \stickSoloLeft
+ \stickTransitionLeft
+ \stickFastLeft
}
stickRight = {
@@ -63,12 +126,10 @@ stickRight = {
\time 5/4 \repeat volta 2 \stickThemeRight
\time 4/4 \stickThunderRight
- %% TODO: this is terrible and I would never play this
- \repeat volta 2 \relative c' {
- <d a >2
- <cis fis, >2 <gis' fis, >2
- <a e, >2 d,1 cis
- }
+ \time 4/4 \repeat volta 2 \stickBeautyBRight
+ \stickSoloRight
+ \stickTransitionRight
+ \stickFastRight
}
stick = \new PianoStaff <<