diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-23 20:30:58 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-23 20:30:58 +0100 |
commit | ef9c3f2439381eb1010c4b3097ff409cf2924f24 (patch) | |
tree | 5569c45a8c12d561d71c919290a0def81ecae41d | |
parent | 3776e82d0ebf3a4e8fa5bdb56bdfe08bc8c5b3cf (diff) |
song 2: bass: Use volta repeat with segno.
-rw-r--r-- | 02-song2/music/bass.ly | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/02-song2/music/bass.ly b/02-song2/music/bass.ly index 93a24bc..954cf8e 100644 --- a/02-song2/music/bass.ly +++ b/02-song2/music/bass.ly @@ -147,15 +147,18 @@ bassMusic = { \time 4/4 R1*8 - \key b \minor - \bassA - \key e \major - \bassBWithHarmonic - - \key b \minor - \bassA - \key e \major - \bassBWithoutHarmonic + \repeat volta 2 { + \inStaffSegno % start repeat + \key b \minor + \bassA + \key e \major + \bassB + } \alternative { + %% with harmonic + { a,8. b8 r16 e,2 \ottava #1 d'''8_"D.S."\flageolet \ottava #0 \bar "|." |} + %% without harmonic + { a,8. b8 r16 e,2 f8 |} + } \key fis \minor \bassTransition |