diff options
author | rekado <rekado@elephly.net> | 2016-10-06 21:50:47 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-10-06 22:21:59 +0200 |
commit | 8b345c93515214ca2b3f0d06e306a0734e9f300b (patch) | |
tree | bc17f18f8bef785cdc2aaba8b950091b3f4e0c2f /03-circus | |
parent | 1bb615203ff424ec823e9c9934e0322fa636f11e (diff) |
circus: stick: Move final solo arpeggio to bass side.
Diffstat (limited to '03-circus')
-rw-r--r-- | 03-circus/music/stick.ly | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/03-circus/music/stick.ly b/03-circus/music/stick.ly index 9a927a1..e43776d 100644 --- a/03-circus/music/stick.ly +++ b/03-circus/music/stick.ly @@ -343,8 +343,7 @@ stick = << \tuplet 3/2 { g' gis a } \tuplet 3/2 { c cis dis ~ } | dis4 r8 ais16 b | c16 r8 g'16 cis,8 r8 | - e,16 gis b e gis b gis e | - b gis e4 f8 | + r2 | r2 | } %% spooky @@ -404,11 +403,21 @@ stick = << } %% Solo - \repeat unfold 2 { - \time 2/4 R2*3 - \time 3/4 R2. - \time 2/4 R2*5 - } + \time 2/4 R2*3 + \time 3/4 R2. + \time 2/4 R2*5 + + \time 2/4 R2*3 + \time 3/4 R2. + \time 2/4 R2*3 + + %% TODO: this should be played with both hands on the bass side! + %% left hand: right hand: + %% 7 11 + %% 7 12 + %% 9 12 + e16 gis b e gis b gis e | + b gis e4 f8 | %% Spooky \key fis \minor |