summaryrefslogtreecommitdiff
path: root/01-song1/parts/click.ly
blob: 6a3f75668f3f95f7ea22b632a086a9ee714a97b5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
click = \drummode {
  \time 4/4

  %% intro
  \repeat volta 2 \repeat unfold 8 { <bd hh>4 hh <bd hh> hh |}

  %% A
  \repeat volta 2 {
    \time 2/4 \repeat unfold 5 { bd4 hh }
    \time 6/8 { <bd hh>8 hh hh hh hh hh }
    \time 2/4 \repeat unfold 3 { bd4 hh }
    \time 4/4 \repeat unfold 2 { <bd hh>4 hh hh hh | }
  }

  %% A extended
  \time 4/4 \repeat unfold 2 { <bd hh>4 hh hh hh | }
}