stickA = \relative c'' { g8 gis-. g-. gis-. | a-. gis16 g8.-. gis8-. | r gis g gis | e4 r8 g~ | g gis-. g-. gis-. | a-. gis16 g8.-. gis8-. | g gis g gis | 8 r r ~ | 2 | 8 r r ~ | 2 | } 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 | } stickWeird = \relative c' { \repeat volta 2 { \time 5/4 {g4. fis16 g cis8 d r g, fis fis, |} \time 9/8 {cis''4. b16 fis a8 b2 | } } \alternative { {r2 r8 b8 a g fis |} {r2 r8 b cis d fis |} } } %% TODO stickWeirdLeft = \relative c, { \repeat volta 2 { \time 5/4 { r2. r2 |} \time 9/8 { r1 r8 | } } \alternative { { r1 r8 |} { r1 r8 |} } } stickDance = \relative c' { \time 5/4 g'4. 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 } %% TODO stickDanceLeft = \relative c, { \time 5/4 { r2. r2 | r2. r2 | } \time 3/4 { r2. | r2. | } } stickBeautyLeft = \relative c, { \repeat unfold 3 { \time 4/4 b8\sustainOn fis' cis' d8 ~ d2 | \time 3/4 g,8\sustainOff d' b' a, e' cis' | } d,,-. d-. d-. cis-. cis-. cis-. | } stickBeautyRight = \relative c' { \repeat unfold 3 { \time 4/4 { R1 | } \time 3/4 { R2. | } } { R2. | } } stickArpeggioLeft = \relative c, { \time 3/4 \repeat unfold 4 { e8\sustainOn b' g' r4. } \repeat unfold 4 { d,8\sustainOn a' fis' r4. } } stickArpeggioRight = \relative c' { \time 3/4 \repeat unfold 8 { r4. b8\sustainOn fis d } } stickEndLeft = \relative c, { 4 } stick = \new PianoStaff << \set PianoStaff.midiInstrument = #"clav" \set PianoStaff.pedalSustainStyle = #'bracket \new Staff \relative c' { \key cis \minor \clef "treble_8" %% intro \time 2/4 \relative c'' { r4 r8 g ~ | } \repeat volta 2 \stickA \alternative { { r2 | } { r2 | R2*3 } } %% 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 volta 2 { \time 2/4 R2*3 \time 3/4 R2. \time 2/4 R2*5 } %% Half time feel \key b \minor \repeat volta 2 { \repeat volta 2 \stickHalfTimeFeel \stickWeird \stickDance } %% Beauty \repeat volta 2 { \stickBeautyRight } %% Arpeggio \time 3/4 { R2. } \key e \minor \repeat volta 2 { \stickArpeggioRight \transpose c d { \stickArpeggioRight } } } %% staff for left hand side \new Staff \relative c { \key cis \minor \clef "bass_8" %% intro \time 2/4 { R2 | } %% TODO: empty \repeat volta 2 { R2*11 | } \alternative { { R2 | } { R2*4 } } %% Solo \repeat unfold 2 { \time 2/4 R2*3 \time 3/4 R2. \time 2/4 R2*5 } %% Spooky \key fis \minor \repeat volta 2 { \time 2/4 R2*3 \time 3/4 R2. \time 2/4 R2*5 } %% Half time feel \key b \minor \repeat volta 2 { \repeat volta 2 { \time 2/4 { R2*3 } \time 3/4 { R2. } \time 2/4 { R2*5 } } \stickWeirdLeft \stickDanceLeft } %% Beauty \repeat volta 2 { \stickBeautyLeft } %% Arpeggio \time 3/4 \relative c, { r4 fis8 g fis-. r8 } \key e \minor \repeat volta 2 { \stickArpeggioLeft \transpose c d { \stickArpeggioLeft } } } >>