summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-04-20 22:38:13 +0200
committerrekado <rekado@elephly.net>2016-04-20 22:38:13 +0200
commit29a8b64893d50eee1c02e194dd40823d0a724aeb (patch)
tree2a22d93e22c7a3bb72732cf4476ddd705004e240 /01-song1
parent312963e5eb9d2bdf586f8b5d93bbfcd62d8de588 (diff)
song1: stick: Pad out the ending.
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/parts/stick.ly31
1 files changed, 31 insertions, 0 deletions
diff --git a/01-song1/parts/stick.ly b/01-song1/parts/stick.ly
index 42fe6df..9c0370e 100644
--- a/01-song1/parts/stick.ly
+++ b/01-song1/parts/stick.ly
@@ -209,6 +209,29 @@ stickWaltzRight = \relative c'' {
gis'4. fis c4 |
}
+stickBLeft = \stickALeft
+stickBRight = \stickARight
+
+stickBTransitionLeft = {
+ \time 4/4
+ %% TODO
+}
+
+stickBTransitionRight = \relative c' {
+ \time 4/4
+ <e gis>4. <dis fis> <cis e>4 ~ |
+ %% TODO
+ <cis e>8 <dis fis>4. e4 dis4 |
+}
+
+stickOutroLeft = {}
+stickOutroRight = {}
+
+stickEndLeft = {}
+stickEndRight = {}
+
+
+
stick = \new PianoStaff <<
\set PianoStaff.midiInstrument = #"clav"
\set PianoStaff.pedalSustainStyle = #'bracket
@@ -235,6 +258,10 @@ stick = \new PianoStaff <<
\stickNastyRight
\stickWaltzRight
+ \repeat volta 2 \stickBRight
+ \stickBTransitionRight
+ \repeat volta 4 \stickOutroRight
+ \stickEndRight
}
%% staff for left hand side
@@ -260,6 +287,10 @@ stick = \new PianoStaff <<
\stickNastyLeft
\stickWaltzLeft
+ \repeat volta 2 \stickBLeft
+ \stickBTransitionLeft
+ \repeat volta 4 \stickOutroLeft
+ \stickEndLeft
}
>>