From e34ace359a18d79c63ea07bb680540a2da679544 Mon Sep 17 00:00:00 2001 From: rekado Date: Sat, 16 Apr 2016 12:28:23 +0200 Subject: white-noise: Add fast part. --- 04-white-noise/parts/stick.ly | 73 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 67 insertions(+), 6 deletions(-) (limited to '04-white-noise/parts/stick.ly') 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 + 2 2 | + 2 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' { - 2 - 2 2 - 2 d,1 cis - } + \time 4/4 \repeat volta 2 \stickBeautyBRight + \stickSoloRight + \stickTransitionRight + \stickFastRight } stick = \new PianoStaff << -- cgit v1.2.3