]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/horizontal-bracket-broken-texted.ly
Issue 5064 Let analysis brackets support text
[lilypond.git] / input / regression / horizontal-bracket-broken-texted.ly
1 \version "2.19.55"
2
3 \header {
4   texidoc = "Text is parenthesized when analysis brackets cross line
5 breaks.
6 "
7 }
8
9 \layout {
10   \context {
11     \Voice
12     \consists "Horizontal_bracket_engraver"
13   }
14 }
15
16 {
17   c''
18   -\tweak text \markup \draw-circle #1 #0.5 ##f \startGroup
19   -\tweak text "a" \startGroup
20   d'' e'' f''
21   g'' a'' b'' c'''\stopGroup
22   c'''-\tweak text "a'" \startGroup b'' a'' g''
23   \break
24   f'' e'' d'' c''\stopGroup\stopGroup
25 }