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 | fis8-. r8 r4 | r8 b,16 d fis g fis8 | \time 3/4 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 r8 | } stick = { \set Staff.midiInstrument = #"electric guitar (jazz)" \key cis \minor \clef "treble_8" %% 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 }