\clef "bass_8"
\key cis \minor
+ %% Intro
\time 2/4
\relative cis, { r4 r8 cis, ~ | }
\relative cis, {
}
}
+ %% Solo
\tempo 4 = 150
\bassB \bassB
+ %% Spooky
\key fis \minor
\repeat volta 2 \bassSpooky
\bassDance
}
+ %% Beauty
\repeat volta 2 { \bassBeauty }
+
+ %% Arpeggio
+ %% TODO
}
\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
\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 }
+ }
}
>>