diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-21 19:52:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-21 19:52:46 +0100 |
commit | 9dfda6c3aa70540301123353349d181b5aa57e47 (patch) | |
tree | e61286adf8f6792ddb02b611e0c24862221c8ab4 | |
parent | 740ed1f45c76d527803c345d8cc90053b8983783 (diff) |
circus: stick: Spread notes to both hands.
-rw-r--r-- | 03-circus/music/stick.ly | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/03-circus/music/stick.ly b/03-circus/music/stick.ly index efcbf03..0fef7cf 100644 --- a/03-circus/music/stick.ly +++ b/03-circus/music/stick.ly @@ -66,14 +66,13 @@ stickDanceLeft = \relative c, { stickBeautyLeft = \relative c, { \repeat unfold 3 { \time 4/4 - b8\sustainOn fis' cis' d8 ~ d2 | + b8\sustainOn fis' ~ fis4 ~ fis2 | \time 3/4 - g,8\sustainOff d' b' - a, e' cis' | + g8\sustainOff d'4 a8 e'4 | } \time 4/4 - <b, d'>4.-> <a cis'> <a cis'>8-> <g b'>8 ~ | + <b d'>4.-> <a cis'> <a cis'>8-> <g b'>8 ~ | \time 6/8 <g b'>4. r8 g8 fis | \time 9/8 @@ -83,19 +82,17 @@ stickBeautyLeft = \relative c, { \time 7/8 b4\sustainOn d'8 ~ d2 | \time 3/4 - g,8\sustainOff d' b' - a, e' cis' | + g,8\sustainOff d'4 a8 e'4 | \repeat unfold 2 { \time 4/4 - b,,8\sustainOn fis' cis' d8 ~ d2 | + b,8\sustainOn fis' ~ fis4 ~ fis2 | \time 3/4 - g,8\sustainOff d' b' - a, e' cis' | + g8\sustainOff d'4 a8 e'4 | } \time 4/4 - <b, d'>4.-> <a cis'> <a cis'>8-> <g b'>8 ~ | + <b d'>4.-> <a cis'> <a cis'>8-> <g b'>8 ~ | } \alternative { { \relative c, { @@ -114,10 +111,12 @@ stickBeautyLeft = \relative c, { } } -stickBeautyRight = \relative c' { +stickBeautyRight = \relative c { \repeat unfold 3 { - \time 4/4 { R1 | } - \time 3/4 { R2. | } + \time 4/4 + r8 r cis d8 ~ d2 | + \time 3/4 + r8 r b'\thumb r r cis\thumb } \time 4/4 { R1 |} \time 6/8 R8*6 | @@ -125,11 +124,13 @@ stickBeautyRight = \relative c' { \repeat volta 2 { \time 7/8 { R8*7 | } - \time 3/4 { R2. | } + \time 3/4 + r8 r b\thumb r r cis\thumb \repeat unfold 2 { - \time 4/4 { R1 | } - \time 3/4 { R2. | } + \time 4/4 r8 r cis, d8 ~ d2 | + \time 3/4 + r8 r b'\thumb r r cis\thumb } \time 4/4 { R1 |} } \alternative { |