From a0cbce54d5f2b910d715e90e61436fbb98191499 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 17 Apr 2016 22:09:06 +0200 Subject: white-noise: Add shifter part. --- 04-white-noise/parts/stick.ly | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (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 3f6bf09..84f1d89 100644 --- a/04-white-noise/parts/stick.ly +++ b/04-white-noise/parts/stick.ly @@ -115,6 +115,28 @@ stickElevenRight = \relative c' { r8 r4 r4 r4 r4 r4 } +%% TODO +stickShifterLeft = \relative c { +} + +%% TODO +stickShifterRight = \relative c { + \time 4/4 + r8 e8 g' e, g' e, g' e, | + g' fis e, fis' d, fis'4-. r8 | + r8 e,8 g' e, g' e, g' e, | + \time 7/8 + g' fis e, fis' d, fis'4-. | + + \time 4/4 + r8 fis, a' fis, a' fis, a' fis, | + a' gis e, gis' e, gis'4-. r8 | + r8 fis, a' fis, a' fis, a' fis, | + \time 7/8 + a' gis e, gis' e, gis'4-. | +} + + stickLeft = { \key fis \minor \clef "bass_8" @@ -130,6 +152,9 @@ stickLeft = { \stickTransitionLeft \stickFastLeft \repeat volta 2 \stickElevenLeft + + %% TODO: short transition + \repeat unfold 2 \stickShifterLeft } stickRight = { @@ -146,6 +171,7 @@ stickRight = { \stickTransitionRight \stickFastRight \repeat volta 2 \stickElevenRight + \repeat unfold 2 \stickShifterRight } stick = \new PianoStaff << -- cgit v1.2.3