keysNasty = \relative c' {
\time 6/8
\key fis \minor
- \repeat volta 2 {
+ \repeat unfold 2 \repeat volta 2 {
<gis cis e>2. ~ | <gis cis e>2. |
<a c es>2. | <a c es fis> |
<gis cis e> ~ | <gis cis e> ~ |
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
}
>>