summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-07 22:16:54 +0100
committerrekado <rekado@elephly.net>2016-12-07 22:16:54 +0100
commit06974aa56e63131cdc296638daf9032eb7517ea7 (patch)
tree6f7165f325ffd1241f265d43758138d80618f13d /01-song1
parentc623678cc6414e9e280b4f21dc1239c02e2f1f9b (diff)
song1: keys: Fix octave in outro.
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/music/keys.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/01-song1/music/keys.ly b/01-song1/music/keys.ly
index 8a3c90a..c3eb31e 100644
--- a/01-song1/music/keys.ly
+++ b/01-song1/music/keys.ly
@@ -137,9 +137,9 @@ keysWaltz = \relative c'' {
keysOutro = \relative c' {
\time 4/4
\set PianoStaff.midiInstrument = #"lead 8 (bass+lead)"
- \repeat unfold 3 { cis8 b, cis gis e' gis, e' gis, |}
+ \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, |}
+ \repeat unfold 3 { cis8 b, cis gis' e' gis, e' gis, |}
<e' gis b>2 <dis fis b> |
}