From 80148e88aa75914e7a81009097ff6dbb400b5c49 Mon Sep 17 00:00:00 2001 From: rekado Date: Sat, 17 Oct 2015 23:02:15 +0200 Subject: circus: fix stick offset --- 03-circus/parts/stick.ly | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '03-circus/parts') diff --git a/03-circus/parts/stick.ly b/03-circus/parts/stick.ly index 666f791..e899972 100644 --- a/03-circus/parts/stick.ly +++ b/03-circus/parts/stick.ly @@ -15,19 +15,21 @@ stickDance = \relative c' { stickHalfTimeFeel = \relative c' { \time 2/4 - b8 d r b16 d | + b8 d r b16 d | + fis8-. r8 r4 | + r8 b,16 d fis g fis8 | \time 3/4 - fis8-. r8*4 b,16 d - \time 2/4 - fis g fis8 e16 d cis b d cis c b + e16 d cis b d cis c b \tuplet 3/2 { fis8 g b } | + \time 2/4 ais8 r8. g16 a ais d4 r8*5 - d,4 dis eis fis r + d,4 dis eis fis r8 | } stick = { \set Staff.midiInstrument = #"electric guitar (jazz)" \key cis \minor + \clef "treble_8" %% count-in \time 2/4 { R2 } -- cgit v1.2.3