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

  %% intro
  \repeat unfold 8 { hh4 hh hh hh |}
  \repeat unfold 8 { <bd hh> 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 | }
  \time 4/4 \repeat unfold 6 { <bd hh>8 hh <sn hh> hh <bd hh> hh <sn hh> hh | }
}