From ef9c3f2439381eb1010c4b3097ff409cf2924f24 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 23 Feb 2017 20:30:58 +0100 Subject: song 2: bass: Use volta repeat with segno. --- 02-song2/music/bass.ly | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to '02-song2') 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 -- cgit v1.2.3