From fd66545f76201737cca0698b39bc2f2c073498b6 Mon Sep 17 00:00:00 2001 From: rekado Date: Sat, 3 Dec 2016 10:39:34 +0100 Subject: song2: keys: Play chords during crescendo. --- 02-song2/music/keys.ly | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '02-song2') diff --git a/02-song2/music/keys.ly b/02-song2/music/keys.ly index 96f0850..5f34dd2 100644 --- a/02-song2/music/keys.ly +++ b/02-song2/music/keys.ly @@ -20,9 +20,17 @@ keysTransitionB = \relative c' { } } -keysCrescendo = { +keysCrescendo = \relative c' { \time 6/8 - \repeat unfold 8 { R2. |} + 2.\p ~ | + 2. ~ | + 2. ~ | + 2. ~ | + + 2.\fff ~ | + 2. ~ | + 2. ~ | + 2. | } keysThree = { -- cgit v1.2.3