From e8971c08e617e4200f39cafcdf9cd64886a0961e Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 23 Nov 2015 22:58:27 +0100 Subject: white noise: stick: Add dummies for thunder and theme left. --- 04-white-noise/parts/stick.ly | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to '04-white-noise/parts') 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 @@ -12,6 +12,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 | @@ -20,6 +28,13 @@ stickThunderRight = \relative c'' { d-. d-. d-. d-. d-. d-. d-. d-. | } +%% 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 | @@ -33,6 +48,11 @@ stickLeft = { \clef "bass_8" \stickIntro \whiteNoise + + \stickThunderLeft + \repeat volta 2 \stickThemeLeft + \stickThunderLeft + \repeat volta 2 \stickThemeLeft } stickRight = { -- cgit v1.2.3