summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01-song1/parts/keys.ly25
1 files changed, 25 insertions, 0 deletions
diff --git a/01-song1/parts/keys.ly b/01-song1/parts/keys.ly
index a5aa0fd..8d6013f 100644
--- a/01-song1/parts/keys.ly
+++ b/01-song1/parts/keys.ly
@@ -105,6 +105,26 @@ keysWaltz = \relative c'' {
<a e' gis>4. <a cis fis> |
}
+keysBTransition = \relative c' {
+ \time 4/4 <e gis>4. <dis fis> <cis e>4 ~ | <cis e>8 <dis fis>4. e4 dis4 |
+}
+
+keysOutro = \relative c' {
+ \time 4/4
+ \repeat unfold 3 { cis8 b, cis gis e' gis, e' gis, |}
+ <b e gis>2 <b dis fis> |
+ \repeat unfold 3 { cis'8 b, cis gis e' gis, e' gis, |}
+ <e' gis b>2 <dis fis b> |
+}
+
+keysEnd = \relative c {
+ e8 b r b r b4. | r1 |
+ \set PianoStaff.midiInstrument = #"choir aahs"
+ <cis cis' e gis c>1\arpeggio ~ | <cis cis' e gis c> ~ |
+ <cis cis' e gis c> ~ | <cis cis' e gis c> |
+}
+
+
keyboard = \new PianoStaff <<
\new Staff \relative c' {
\clef "treble_8"
@@ -125,5 +145,10 @@ keyboard = \new PianoStaff <<
\keysNasty
\keysWaltz
+
+ \repeat volta 2 \keysA
+ \keysBTransition
+ \repeat volta 4 \keysOutro
+ \keysEnd
}
>>