]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/horizontal-bracket-break.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / horizontal-bracket-break.ly
1 \header {
2   texidoc = "Horizontal brackets connect over line breaks."
3
4 }
5 \version "2.12.0"
6 \paper { ragged-right  = ##t }
7
8 \new Voice \with {
9   \consists Horizontal_bracket_engraver }
10 {
11   c1\startGroup \break c1 \stopGroup
12 }