1
2\version "2.19.21"
3
4\header {
5
6  texidoc = "Note grouping events are used to indicate where
7analysis brackets start and end.
8
9@cindex bracket
10@cindex note groups
11@cindex music analysis
12@cindex analysis
13
14"
15
16}
17
18
19\layout {
20  \context {
21    \Staff \consists "Horizontal_bracket_engraver"
22  }
23  ragged-right = ##t
24}
25
26
27\relative
28{
29  c''4\startGroup\startGroup\startGroup
30  c4\stopGroup
31  c4\startGroup
32  c4\stopGroup\stopGroup
33  c4\startGroup
34  c4\stopGroup\stopGroup
35}
36
37
38