summaryrefslogtreecommitdiff
path: root/01-song1/parts/stick.ly
diff options
context:
space:
mode:
Diffstat (limited to '01-song1/parts/stick.ly')
-rw-r--r--01-song1/parts/stick.ly10
1 files changed, 10 insertions, 0 deletions
diff --git a/01-song1/parts/stick.ly b/01-song1/parts/stick.ly
index 2524984..24b4881 100644
--- a/01-song1/parts/stick.ly
+++ b/01-song1/parts/stick.ly
@@ -115,6 +115,14 @@ stickVerseHarderLeft = \stickVerseLeft
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
@@ -158,6 +166,8 @@ stick = \new PianoStaff <<
\repeat volta 2 \stickALeft
\stickAExtendedLeft
\stickATransitionLeft
+
+ \stickNastyLeft
}
>>