diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-01-23 23:54:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-01-23 23:54:50 +0100 |
commit | 5963401b85856ff10be3f6df3bebcd56c9a4ccff (patch) | |
tree | 75d6cbe0a81616c512d8834fff9362922467c91f | |
parent | 98d8d77283ba453ffb04c4eda343a88c302e2b87 (diff) |
white noise: stick: Add ending chords.
-rw-r--r-- | 04-white-noise/music/stick.ly | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/04-white-noise/music/stick.ly b/04-white-noise/music/stick.ly index 46dea92..babfd6c 100644 --- a/04-white-noise/music/stick.ly +++ b/04-white-noise/music/stick.ly @@ -194,6 +194,7 @@ stickShifterLeft = \relative c { fis8 a' fis, a' fis, a' fis, <fis a'> | <e gis'> r <e gis'> r <e gis'> r4. | fis8 a' fis, a' fis, a' fis, <fis a'> | + %% TODO <e gis'> r <e gis'> r r2 | } @@ -210,6 +211,18 @@ stickShifterRight = \relative c { \time 4/4 R1 } +%% TODO: arpeggios +stickEndingLeft = \relative c { + <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 | <gis\8 e'\9 b'\10>1 | <ais\8 fis'\9 cis'\10>1 | + <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 | <gis\8 dis'\9 b'\10>1 | <gis\8 dis'\9 b'\10>2 fis2 | + <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 | <gis\8 dis'\9 b'\10>1 | <gis\8 dis'\9 b'\10>2 fis2 | + <e\8 b'\9 gis'\10>1 | <fis\8 cis'\9 ais'\10>1 ~ | q1 | +} + +%% TODO +stickEndingRight = \relative c { + R1*15 | +} stickLeft = { \key fis \minor @@ -232,6 +245,7 @@ stickLeft = { \transpose c d { \stickShifterLeft } + \stickEndingLeft } stickRight = { @@ -254,6 +268,7 @@ stickRight = { \transpose c d { \stickShifterRight } + \stickEndingRight } stick = << |