From ed2e6caa728e6941244d58f614c5f1b83a8895d9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 27 Feb 2017 19:18:48 +0100 Subject: song 2: stick: Fix alignment problems. --- 02-song2/music/stick.ly | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/02-song2/music/stick.ly b/02-song2/music/stick.ly index 512b937..2e5b2e6 100644 --- a/02-song2/music/stick.ly +++ b/02-song2/music/stick.ly @@ -109,10 +109,10 @@ stick = << \set Staff.midiPanPosition = #-0.5 \set Staff.stringTunings = #stick-matched-reciprocal-tuning \key b \minor + \time 1/4 + #(mmrest-of-length stickBreak) - %% intro \time 4/4 - #(mmrest-of-length stickBreak) \stickRepriseRight \stickFinalRight } @@ -123,10 +123,9 @@ stick = << \set Staff.midiPanPosition = #0.5 \set Staff.stringTunings = #stick-matched-reciprocal-tuning \key b \minor - - %% intro - \time 4/4 + \time 1/4 #(mmrest-of-length stickBreak) + \time 4/4 \stickRepriseLeft \stickFinalLeft } -- cgit v1.2.3