summaryrefslogtreecommitdiff
path: root/03-circus-parts/stick.ly
diff options
context:
space:
mode:
Diffstat (limited to '03-circus-parts/stick.ly')
-rw-r--r--03-circus-parts/stick.ly58
1 files changed, 0 insertions, 58 deletions
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
-}