Massive changes - see ChangeLog.
[lilypond.git] / input / regression / note-group-bracket.ly
blob5a23a2747539be98438e544de5116dd4278cb359
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
4 \header {
6 texidoc = "Note grouping events are used to indicate where
7 brackets for analysis start and end.
9 @cindex bracket
10 @cindex note groups
11 @cindex music analysis
12 @cindex analysis
20 \score {
21 \notes\relative c''
23 c4-\startGroup-\startGroup-\startGroup
24 c4-\stopGroup
25 c4-\startGroup
26 c4-\stopGroup-\stopGroup
27 c4-\startGroup
28 c4-\stopGroup-\stopGroup
31 \paper {
32 \translator {
33 \StaffContext \consists "Horizontal_bracket_engraver"
35 raggedright = ##t