summaryrefslogtreecommitdiff
path: root/03-circus/parts
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-10-22 18:35:07 +0200
committerrekado <rekado@elephly.net>2015-10-22 18:35:07 +0200
commit3d6b0aa7a631699c8dc1c9ad4ce795b0430f2efe (patch)
treee61cf83bed125b994b2eea717c0132a1e2ba5135 /03-circus/parts
parent719ec1008acfc4096abec8403f1b221149e92d13 (diff)
circus: cosmetics.
Diffstat (limited to '03-circus/parts')
-rw-r--r--03-circus/parts/bass.ly7
-rw-r--r--03-circus/parts/stick.ly21
2 files changed, 20 insertions, 8 deletions
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 }
+ }
}
>>