From 5963401b85856ff10be3f6df3bebcd56c9a4ccff Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 23 Jan 2017 23:54:50 +0100 Subject: white noise: stick: Add ending chords. --- 04-white-noise/music/stick.ly | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '04-white-noise') 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, | r r r4. | fis8 a' fis, a' fis, a' fis, | + %% TODO r r r2 | } @@ -210,6 +211,18 @@ stickShifterRight = \relative c { \time 4/4 R1 } +%% TODO: arpeggios +stickEndingLeft = \relative c { + 1 | 1 | 1 | 1 | + 1 | 1 | 1 | 2 fis2 | + 1 | 1 | 1 | 2 fis2 | + 1 | 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 = << -- cgit v1.2.3