summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-04-28 20:13:24 +0200
committerrekado <rekado@elephly.net>2016-04-28 20:13:24 +0200
commitc36edacdce7b9cc7ebbf27398c3b1434bda40a84 (patch)
tree4502f65ad558b12e2092da9c38cb87413fec3bab
parent189b7796bb489fd5885de1222448966084fe47aa (diff)
song2: keys: Do non unfold repeats of final.
-rw-r--r--02-song2/parts/keys.ly2
1 files changed, 1 insertions, 1 deletions
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 |