From 15053fa25f058dcb77db1f98a8885239faf979f1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 27 Mar 2017 11:44:22 +0200 Subject: song 1: stick: Use more volta repeats. --- 01-song1/music/stick.ly | 55 ++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/01-song1/music/stick.ly b/01-song1/music/stick.ly index a5877bc..53a25df 100644 --- a/01-song1/music/stick.ly +++ b/01-song1/music/stick.ly @@ -1,30 +1,29 @@ \include "../../stafftab.ly" stickIntroLeft = \relative c, { - r8 b-1\8\f cis-4\8 r \parenthesize \pp r \f cis,-4\8 | - r8 b-1\8 cis-4\8 r \parenthesize \pp r \f cis,-4\8 | - r8 b-1\8 cis-4\8 r \parenthesize \pp r \f r | - e8-1\10 b'-2\11 e,-1\10 b'-2\11 dis,8-1\10 b'-2\11 dis,-1\10 b'-2\11 | - - r8 b,,-1\8 cis-4\8 r \parenthesize \pp r \f cis,-4\8 | - r8 b-1\8 cis-4\8 r \parenthesize \pp r \f cis,-4\8 | - r8 b-1\8 cis-4\8 r \parenthesize \pp r \f r | - 2 | + \repeat volta 2 { + r8 b-1\8\f cis-4\8 r \parenthesize \pp r \f cis,-4\8 | + r8 b-1\8 cis-4\8 r \parenthesize \pp r \f cis,-4\8 | + r8 b-1\8 cis-4\8 r \parenthesize \pp r \f r | + } \alternative { + { e8-1\10 b'-2\11 e,-1\10 b'-2\11 dis,8-1\10 b'-2\11 dis,-1\10 b'-2\11 |} + { 2 |} + } } stickIntroRight = \relative c { - \repeat unfold 3 { - 4 r8 - 4 r8 | - } - 2 | - - \repeat unfold 3 { - 4 r8 - 4 r8 | + \repeat volta 2 { + \repeat unfold 3 { + 4 r8 + 4 r8 | + } + } \alternative { + { 2 |} + { + gis'16-1\2 a-2\2 gis8-2\2 fis-4\3 e-2\3 + dis16-1\3 e-2\3 dis-1\3 cis-4\4 b4-2\4 + } } - gis'16-1\2 a-2\2 gis8-2\2 fis-4\3 e-2\3 - dis16-1\3 e-2\3 dis-1\3 cis-4\4 b4-2\4 } stickALeft = \relative c { @@ -291,17 +290,17 @@ stickWaltzRight = \relative c'' { stickOutroLeft = \relative c, { \time 4/4 - \repeat unfold 3 { r8 b cis r q r r |} - 2 | - \repeat unfold 3 { r8 b cis r q r r |} - 2 | + \repeat volta 2 { + \repeat unfold 3 { r8 b cis r q r r |} + 2 | + } } stickOutroRight = \relative c' { - \repeat unfold 3 { 8 r r r r q r | } - 2 | - \repeat unfold 3 { 8 r r r r q r | } - 2 | + \repeat volta 2 { + \repeat unfold 3 { 8 r r r r q r | } + 2 | + } } stickEndLeft = {} -- cgit v1.2.3