From 88d789f939d5d41faf59f5529b7921c850b2e5fa Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 26 Oct 2015 12:40:01 +0100 Subject: circus: New beauty part. --- 03-circus/parts/stick.ly | 65 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 61 insertions(+), 4 deletions(-) (limited to '03-circus/parts/stick.ly') diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly index e853a1f..e99119e 100644 --- a/03-circus/parts/stick.ly +++ b/03-circus/parts/stick.ly @@ -71,7 +71,47 @@ stickBeautyLeft = \relative c, { g,8\sustainOff d' b' a, e' cis' | } - d,,-. d-. d-. cis-. cis-. cis-. | + + \time 4/4 + 4.-> 8-> 8 ~ | + \time 5/8 + 4 r8 g8 fis | + \time 4/4 + e4. r4 d8 r cis | + + \repeat volta 2 { + \time 7/8 + b4\sustainOn d'8 ~ d2 | + \time 3/4 + g,8\sustainOff d' b' + a, e' cis' | + + \repeat unfold 2 { + \time 4/4 + b,,8\sustainOn fis' cis' d8 ~ d2 | + \time 3/4 + g,8\sustainOff d' b' + a, e' cis' | + } + + \time 4/4 + 4.-> 8-> 8 ~ | + } \alternative { + { + \relative c, { + \time 5/8 + 4 r8 g8 fis | + \time 4/4 + e4. r4 d8 r cis | + } + } + { + \relative c, { + \time 5/8 + 4 r8 g8 fis | + } + } + } } stickBeautyRight = \relative c' { @@ -79,7 +119,24 @@ stickBeautyRight = \relative c' { \time 4/4 { R1 | } \time 3/4 { R2. | } } - { R2. | } + \time 4/4 { R1 |} + \time 5/8 R8*5 | + \time 4/4 R1 | + + \repeat volta 2 { + \time 7/8 { R8*7 | } + \time 3/4 { R2. | } + + \repeat unfold 2 { + \time 4/4 { R1 | } + \time 3/4 { R2. | } + } + \time 4/4 { R1 |} + } \alternative { + { \time 5/8 R8*5 | + \time 4/4 R1 | } + { \time 5/8 { R8*5 |} } + } } stickArpeggioLeft = \relative c, { @@ -163,7 +220,7 @@ stick = \new PianoStaff << } %% Beauty - \repeat volta 2 { \stickBeautyRight } + \stickBeautyRight %% Arpeggio \time 3/4 { R2. } @@ -220,7 +277,7 @@ stick = \new PianoStaff << } %% Beauty - \repeat volta 2 { \stickBeautyLeft } + \stickBeautyLeft %% Arpeggio \time 3/4 -- cgit v1.2.3