From 86ef2a0a16898d390654d51a8a61463968fa3d38 Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 16 Oct 2015 22:19:03 +0200 Subject: circus: move to subdir. --- 03-circus-parts/stick.ly | 58 ------------------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 03-circus-parts/stick.ly (limited to '03-circus-parts/stick.ly') diff --git a/03-circus-parts/stick.ly b/03-circus-parts/stick.ly deleted file mode 100644 index 666f791..0000000 --- a/03-circus-parts/stick.ly +++ /dev/null @@ -1,58 +0,0 @@ -stickDance = \relative c' { - \time 5/8 - r8 b cis d fis | - \time 5/4 - g4. fis16 dis e4 - \tuplet 3/2 { fis,8 c' dis } g4 | - fis4. e16 d b4 - \tuplet 3/2 { f8 b d } - fis4 - - \time 3/4 - e ais,,16 d fis8 g gis - d' cis ais4 r4 -} - -stickHalfTimeFeel = \relative c' { - \time 2/4 - b8 d r b16 d | - \time 3/4 - fis8-. r8*4 b,16 d - \time 2/4 - fis g fis8 e16 d cis b d cis c b - \tuplet 3/2 { fis8 g b } | - ais8 r8. g16 a ais d4 r8*5 - d,4 dis eis fis r -} - -stick = { - \set Staff.midiInstrument = #"electric guitar (jazz)" - \key cis \minor - - %% count-in - \time 2/4 { R2 } - - %% intro - { R2*12 } - { R2*11 } { R2*4 } - - %% TODO solo - \repeat unfold 2 { - \time 2/4 R2*3 - \time 3/4 R2. - \time 2/4 R2*5 - } - - %% TODO spooky - \key fis \minor - \repeat unfold 2 { - \time 2/4 R2*3 - \time 3/4 R2. - \time 2/4 R2*5 - } - - \key b \minor - \stickHalfTimeFeel - \stickHalfTimeFeel - %%\stickDance -} -- cgit v1.2.3