]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/horizontal-bracket-break.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / horizontal-bracket-break.ly
1 \header {
2   texidoc = "Horizontal brackets connect over line breaks."
3
4 }
5 \version "2.16.0"
6 \paper { ragged-right  = ##t }
7
8 \new Voice \with {
9   \consists "Horizontal_bracket_engraver" }
10 {
11   c1\startGroup \break c1 \stopGroup
12 }