From 436e440cbb3bd58f1f1730a0e4b69177518bff91 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 27 Mar 2017 18:25:17 +0200 Subject: song 1: bass: Use volta repeats for ending. --- 01-song1/music/bass.ly | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '01-song1') diff --git a/01-song1/music/bass.ly b/01-song1/music/bass.ly index a030002..6e8775c 100644 --- a/01-song1/music/bass.ly +++ b/01-song1/music/bass.ly @@ -128,10 +128,12 @@ bassWaltz = \relative c, { bassEnd = \relative fis, { \time 4/4 - \repeat percent 3 { cis8 cis cis cis cis cis cis cis |} - { e e e e b b b b |} - \repeat percent 3 { cis8 cis cis cis cis cis cis cis |} - {e e e e fis fis fis gis |} + \repeat volta 2 { + \repeat percent 3 { cis8 cis cis cis cis cis cis cis |} + } \alternative { + { e e e e b b b b |} + { e e e e fis fis fis gis |} + } } -- cgit v1.2.3