summaryrefslogtreecommitdiff
path: root/03-circus/parts/stick.ly
diff options
context:
space:
mode:
Diffstat (limited to '03-circus/parts/stick.ly')
-rw-r--r--03-circus/parts/stick.ly21
1 files changed, 13 insertions, 8 deletions
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 }
+ }
}
>>