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/bass.ly | 44 +++++++++++++++++++++++++++++--- 03-circus/parts/stick.ly | 65 +++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 102 insertions(+), 7 deletions(-) (limited to '03-circus') diff --git a/03-circus/parts/bass.ly b/03-circus/parts/bass.ly index 02d579a..ae87559 100644 --- a/03-circus/parts/bass.ly +++ b/03-circus/parts/bass.ly @@ -59,11 +59,49 @@ bassDance = \relative cis, { bassBeauty = \relative cis, { \repeat unfold 3 { - \time 4/4 { b,1 | } + \time 4/4 { b,1 |} %% TODO: natural harmonics \time 3/4 { r8 r r r r r | } } - d-. d-. d-. cis-. cis-. cis-. | + + \time 4/4 + b'4.-> a a8-> g8 ~ | + \time 5/8 + g4 r8 g8 fis | + \time 4/4 + e4. r4 d8 r cis | + + \repeat volta 2 { + \time 7/8 + b4. ~ b2 | + \time 3/4 + %% TODO: natural harmonics + \time 3/4 { r8 r r r r r | } + + \repeat unfold 2 { + \time 4/4 { b1 |} + %% TODO: natural harmonics + \time 3/4 { r8 r r r r r | } + } + + \time 4/4 + b'4.-> a a8-> g8 ~ | + } \alternative { + { + \relative cis, { + \time 5/8 + g4 r8 g8 fis | + \time 4/4 + e4. r4 d8 r cis | + } + } + { + \relative cis, { + \time 5/8 + g4 r8 g8 fis | + } + } + } } bass = { @@ -100,7 +138,7 @@ bass = { } %% Beauty - \repeat volta 2 { \bassBeauty } + \bassBeauty %% Arpeggio %% TODO 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