a,2 <a' e' b'>4 b,4 ~ b1 |
}
+% TODO
+stickVerseRight = \relative c {
+ \time 4/4
+ \key cis \minor
+ r1 | r1 | r1 | r1 | r1 | r1 |
+ r1 | r1 | r1 | r1 | r1 | r1 |
+}
+
stickVerseVariantLeft = \relative c {
\time 4/4
\key bes \minor
bes4\sustainOn f' des' bes, ~ bes f' des' r\sustainOff |
des,\sustainOn as' f' c,\sustainOff ~ c\sustainOn as' es' c,\sustainOff |
- ges8 r ges r ges r <des' f'>1
- ges,,2 <ges' des' as'>4 as,4 ~ as1 |
+ ges8 r ges r ges r <des' f'>4 ~ | <des f'>1 |
+ ges,,2 <ges' des' as'>4 as,4 ~ | as1 |
+}
+
+% TODO
+stickVerseVariantRight = \relative c {
+ \time 4/4
+ \key cis \minor
+ r1 | r1 | r1 | r1 | r1 | r1 |
+ r1 | r1 | r1 | r1 | r1 | r1 |
}
% TODO
stickVerseHarderLeft = \stickVerseLeft
+% TODO
+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 \stickARight
\stickAExtendedRight
\stickATransitionRight
- %\stickVerseRight
+
+ \repeat volta 2 \stickVerseRight
+ \stickVerseVariantRight
+ \stickVerseHarderRight
+
+ \repeat volta 2 \stickARight
+ \stickAExtendedRight
+ \stickATransitionRight
}
%% staff for left hand side
\repeat volta 2 \stickALeft
\stickAExtendedLeft
\stickATransitionLeft
+
\repeat volta 2 \stickVerseLeft
\stickVerseVariantLeft
\stickVerseHarderLeft
+
+ \repeat volta 2 \stickALeft
+ \stickAExtendedLeft
+ \stickATransitionLeft
+
+ \stickNastyLeft
}
>>