stickVerseHarderRight = \stickVerseRight
+
+stickNastyLeft = \relative c {
+ \time 6/8
+ \key fis \minor
+ \repeat volta 2 { R2.*8 | R2.*8 |}
+ \repeat unfold 16 { cis8 cis cis r cis cis | cis r cis cis cis r | }
+}
+
stick = \new PianoStaff <<
\set PianoStaff.midiInstrument = #"clav"
\set PianoStaff.pedalSustainStyle = #'bracket
\repeat volta 2 \stickALeft
\stickAExtendedLeft
\stickATransitionLeft
+
+ \stickNastyLeft
}
>>