\context {
\Score
\numericTimeSignature
+ markFormatter = #format-mark-box-alphabet
%% Remove all-rest staves also in the first system
\override VerticalAxisGroup.remove-first = ##t
%% If only one non-empty staff in a system exists, still print the starting bar
\clef "treble_8"
%% intro
+ \mark \default
\time 2/4
\relative c'' { R2 | r4 r8 g ~ | }
\repeat volta 2 \stickA
}
%% solo
+ \mark \default
\relative c' {
\time 2/4
r4. fis16 e |
}
%% spooky
+ \mark \default
\key fis \minor
\repeat volta 2 {
\time 2/4
}
%% Half time feel
+ \mark \default
\key b \minor
\repeat volta 2 {
\repeat volta 2 \stickHalfTimeFeel
}
%% Beauty
+ \mark \default
\stickBeautyRight
%% Arpeggio
\tempo 4 = 170
\key e \minor
+ \mark \default
\stickBeforeArpeggioRight
\stickArpeggioRight
\key fis \minor
\transpose c d { \stickArpeggioRightHigher }
\stickDramaRight
+ \mark \default
\stickFinalRight
}