From 1bcc81d1d5e784f0a8a12fb9fcb60f04c1af0b91 Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 21 Oct 2015 16:06:11 +0200 Subject: circus: stick: Align intro repeats with bass. --- 03-circus/parts/stick.ly | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly index f761c49..e2b7720 100644 --- a/03-circus/parts/stick.ly +++ b/03-circus/parts/stick.ly @@ -7,7 +7,6 @@ stickA = \relative c'' { 8 r r ~ 2 | 8 r r ~ 2 | - r2 | } stickHalfTimeFeel = \relative c' { @@ -54,9 +53,11 @@ stick = { %% intro \time 2/4 \relative c'' { r4 r8 g ~ | } - \repeat unfold 2 \stickA - - R2*3 + \repeat volta 2 \stickA + \alternative { + { r2 | } + { r2 | R2*3 } + } %% TODO solo \repeat unfold 2 { -- cgit v1.2.3