From d905c53135f4425009dee3b3ba97fab2bd9e7992 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 26 Apr 2017 23:48:16 +0200 Subject: song 2: stick: Fix octave problems. --- 02-song2/music/stick.ly | 15 ++++++++------- TODO.org | 1 - 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/02-song2/music/stick.ly b/02-song2/music/stick.ly index 2e5b2e6..6cc2ea9 100644 --- a/02-song2/music/stick.ly +++ b/02-song2/music/stick.ly @@ -10,10 +10,9 @@ stickRepriseLeft = \relative c, { 8 fis fis, r16 8 r16 8 ~ 2 | } \alternative { - %% TODO: some notes are too low { 8 r16 16 r16 a, b4 fis'8 cis, - 8 r16 a8 r16 fis4. ~ fis4 | } - { 8 r16 16 r16 a, b4 fis'8 r + 8 r16 a'8 r16 fis4. ~ fis4 | } + { 8 r16 16 r16 a, b4 fis'8 r 8 r16 8 r16 4. ~ 4 | } } } @@ -21,19 +20,19 @@ stickRepriseLeft = \relative c, { stickRepriseRight = \relative c' { \time 4/4 \repeat volta 3 { - r8 16-. r r r 8 ~ + r8 -. r 8 ~ 4 ~ 4 - 8 r16 8 r16 8 ~ 2 | + 8 r16 8 r16 8 ~ 2 | } \alternative { { - r8 16-. r r r 8 ~ + r8 -. r 8 ~ 4 ~ 4 8 r16 8 r16 4. ~ 4 | } %% Same. Need to use alternative here in order to match the notes %% for the left hand. { - r8 16-. r r r 8 ~ + r8 -. r 8 ~ 4 ~ 4 8 r16 8 r16 4. ~ 4 | } @@ -113,6 +112,7 @@ stick = << #(mmrest-of-length stickBreak) \time 4/4 + \key fis \minor \stickRepriseRight \stickFinalRight } @@ -126,6 +126,7 @@ stick = << \time 1/4 #(mmrest-of-length stickBreak) \time 4/4 + \key fis \minor \stickRepriseLeft \stickFinalLeft } diff --git a/TODO.org b/TODO.org index a5a2415..22e62de 100644 --- a/TODO.org +++ b/TODO.org @@ -2,7 +2,6 @@ ** bass: final notes are missing * song 2 marta-rekado: 4/4 -** stick: octave is wrong in repeat of reprise * circus * white noise ** update klick file -- cgit v1.2.3