summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 |}
+ }
}