1\version "2.16.0"
2\header {
3  texidoc = "Within a bar, beat repeats denote that a music snippet should be
4played again."
5}
6
7\layout { ragged-right = ##t }
8
9\relative c'
10\context Voice {
11  \time 4/4
12  \repeat "percent" 2 { c2 }
13
14  %% the chairman dances
15  \repeat "percent" 2 { g'8 g c, c  }
16  \repeat "percent" 4 { b8 b8  }
17}
18
19
20