]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/horizontal-bracket.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / horizontal-bracket.ly
1
2 \version "2.19.21"
3
4 \header {
5
6   texidoc = "Note grouping events are used to indicate where
7 analysis 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