summaryrefslogtreecommitdiff
path: root/03-circus/parts/stick.ly
blob: 6e2b1b65311762a9dd8e526602270347ba2e65cb (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
stickA = \relative c'' {
  g8 gis-. g-. gis-. a-. gis16 g8.-. gis8-.
  g gis g gis e4 r8 g~ |

  g gis-. g-. gis-. a-. gis16 g8.-. gis8-.
  g gis g gis

  <fis ais>8 r r <fis ais> ~ <fis ais>2 |
  <fis ais>8 r r <fis ais> ~ <fis ais>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, {
  <d, a' fis'>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
    }

    \repeat volta 2 { \stickBeautyRight }
    \time 3/4 { R2. }
    \key e \minor
    \stickArpeggioRight
    \transpose c d { \stickArpeggioRight }
    \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
    }

    \repeat volta 2 { \stickBeautyLeft }

    \time 3/4
    \relative c, { r4 fis8 g fis-. r8 }
    \key e \minor
    \stickArpeggioLeft
    \transpose c d { \stickArpeggioLeft }
    \stickArpeggioLeft
    \transpose c d { \stickArpeggioLeft }
  }
>>