summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-03-27 18:25:17 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-03-27 18:25:17 +0200
commit436e440cbb3bd58f1f1730a0e4b69177518bff91 (patch)
tree32f681a5112609f11e08310e7a44b49b19a51688
parent1f79d6344fe3af2ebc1af06417492cc68abe7fd7 (diff)
song 1: bass: Use volta repeats for ending.
-rw-r--r--01-song1/music/bass.ly10
1 files changed, 6 insertions, 4 deletions
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 |}
+ }
}