From 06974aa56e63131cdc296638daf9032eb7517ea7 Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 7 Dec 2016 22:16:54 +0100 Subject: song1: keys: Fix octave in outro. --- 01-song1/music/keys.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '01-song1') 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, |} 2 | - \repeat unfold 3 { cis'8 b, cis gis e' gis, e' gis, |} + \repeat unfold 3 { cis8 b, cis gis' e' gis, e' gis, |} 2 | } -- cgit v1.2.3