From c36edacdce7b9cc7ebbf27398c3b1434bda40a84 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 28 Apr 2016 20:13:24 +0200 Subject: song2: keys: Do non unfold repeats of final. --- 02-song2/parts/keys.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-song2/parts/keys.ly b/02-song2/parts/keys.ly index cba5fd0..155d820 100644 --- a/02-song2/parts/keys.ly +++ b/02-song2/parts/keys.ly @@ -63,7 +63,7 @@ keysReprise = \relative c' { } keysFinal = \transpose c d { \relative c' { - \repeat unfold 4 { + \repeat volta 4 { %% TODO: simplify + use more simple arpeggios \tuplet 6/2 { g'8 e cis g e b } e,2 b'16 cis fis8 | g16 c e c e fis g8 ~ g2 | -- cgit v1.2.3