1\version "2.19.0"
2
3\header {
4
5  doctitle = "beamExceptions"
6
7  texidoc = "@code{beamExceptions} is used to modify the automatic beaming for
8  certain durations; the expected grouping is given after the note duration."
9
10}
11
12\relative c' {
13  \time 2/4
14  \set Score.beamExceptions =
15    \beamExceptions \repeat unfold 4 { 32[ 32 32 32] }
16  \repeat unfold 16 c32
17  \time 3/4
18  \set Score.beamExceptions =
19    \beamExceptions \repeat unfold 6 { 32[ 32 32 32] }
20  \repeat unfold 24 c32
21  c8 c32 c32 c32 c32 c16 c16 c32 c32 c32 c32 c16 c32 c32 c32 c32 c32 c32
22  \time 4/4
23  \set Score.beamExceptions =
24    \beamExceptions \repeat unfold 8 { 32[ 32 32 32] }
25  \repeat unfold 32 c32
26  \time 6/8
27  \set Score.beamExceptions =
28    \beamExceptions \repeat unfold 6 { 32[ 32 32 32] }
29  \repeat unfold 24 c32
30}
31