summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-03-21 23:27:29 +0100
committerrekado <rekado@elephly.net>2016-03-21 23:27:29 +0100
commit6a87cb2b62d281edf17adaf7556cf92ed49f0423 (patch)
treeef2d5b65c9abd8e5a87af79e2db6035470eb9b26 /01-song1
parent567248ae6fe2228418c3fd1417c9c1789f820c73 (diff)
song1: keys: Add waltz part.
Note: the keys should play less here. This is part of what the stick plays.
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/parts/keys.ly15
1 files changed, 15 insertions, 0 deletions
diff --git a/01-song1/parts/keys.ly b/01-song1/parts/keys.ly
index 8c6791e..fffeef6 100644
--- a/01-song1/parts/keys.ly
+++ b/01-song1/parts/keys.ly
@@ -91,6 +91,20 @@ keysNasty = \relative c' {
<c dis fis a>2 r4 | <b dis fis a>2. |
}
+keysWaltz = \relative c'' {
+ \time 3/4
+ r4 <g b> <e g> | r <g b> <es g> |
+ r4 <g b> <d g> | r <g b> <cis, e g> |
+ <c e g b>2.\arpeggio | <c e a> | <c e>2 <c e>4 |
+ <c e g b>4. <c e a>4. | <c e>2. ~ | <c e>2. |
+ <d fis b>2.\arpeggio | <d fis a> | <d e>2 <d fis>4 |
+ %% TODO
+ <d fis b>4. <d fis a>4. | <cis e>4 <c fis> <b g'> |
+ \key fis \minor
+ <bes e gis>2. | <bes cis fis>2. | <bes cis>2 bes4 |
+ <a e' gis>4. <a cis fis> |
+}
+
keyboard = \new PianoStaff <<
\new Staff \relative c' {
\clef "treble_8"
@@ -110,5 +124,6 @@ keyboard = \new PianoStaff <<
\keysATransition
\keysNasty
+ \keysWaltz
}
>>