From 3d6b0aa7a631699c8dc1c9ad4ce795b0430f2efe Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 22 Oct 2015 18:35:07 +0200 Subject: circus: cosmetics. --- 03-circus/parts/bass.ly | 7 +++++++ 03-circus/parts/stick.ly | 21 +++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) (limited to '03-circus') diff --git a/03-circus/parts/bass.ly b/03-circus/parts/bass.ly index eba1384..02d579a 100644 --- a/03-circus/parts/bass.ly +++ b/03-circus/parts/bass.ly @@ -71,6 +71,7 @@ bass = { \clef "bass_8" \key cis \minor + %% Intro \time 2/4 \relative cis, { r4 r8 cis, ~ | } \relative cis, { @@ -81,9 +82,11 @@ bass = { } } + %% Solo \tempo 4 = 150 \bassB \bassB + %% Spooky \key fis \minor \repeat volta 2 \bassSpooky @@ -96,5 +99,9 @@ bass = { \bassDance } + %% Beauty \repeat volta 2 { \bassBeauty } + + %% Arpeggio + %% TODO } diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly index 815102f..92ee141 100644 --- a/03-circus/parts/stick.ly +++ b/03-circus/parts/stick.ly @@ -143,13 +143,16 @@ stick = \new PianoStaff << \stickDance } + %% Beauty \repeat volta 2 { \stickBeautyRight } + + %% Arpeggio \time 3/4 { R2. } \key e \minor - \stickArpeggioRight - \transpose c d { \stickArpeggioRight } - \stickArpeggioRight - \transpose c d { \stickArpeggioRight } + \repeat volta 2 { + \stickArpeggioRight + \transpose c d { \stickArpeggioRight } + } } %% staff for left hand side @@ -193,14 +196,16 @@ stick = \new PianoStaff << \stickDanceLeft } + %% Beauty \repeat volta 2 { \stickBeautyLeft } + %% Arpeggio \time 3/4 \relative c, { r4 fis8 g fis-. r8 } \key e \minor - \stickArpeggioLeft - \transpose c d { \stickArpeggioLeft } - \stickArpeggioLeft - \transpose c d { \stickArpeggioLeft } + \repeat volta 2 { + \stickArpeggioLeft + \transpose c d { \stickArpeggioLeft } + } } >> -- cgit v1.2.3