]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/horizontal-bracket-broken-texted.ly
New upstream version 2.19.65
[lilypond.git] / input / regression / horizontal-bracket-broken-texted.ly
diff --git a/input/regression/horizontal-bracket-broken-texted.ly b/input/regression/horizontal-bracket-broken-texted.ly
new file mode 100644 (file)
index 0000000..00bcac9
--- /dev/null
@@ -0,0 +1,26 @@
+\version "2.19.55"
+
+\header {
+  texidoc = "Text is parenthesized when analysis brackets cross line
+breaks.
+"
+}
+
+\layout {
+  \context {
+    \Voice
+    \consists "Horizontal_bracket_engraver"
+  }
+}
+
+{
+  c''
+  -\tweak HorizontalBracketText.text \markup \draw-circle #1 #0.5 ##f
+  \startGroup
+  -\tweak HorizontalBracketText.text "a" \startGroup
+  d'' e'' f''
+  g'' a'' b'' c'''\stopGroup
+  c'''-\tweak HorizontalBracketText.text "a'" \startGroup b'' a'' g''
+  \break
+  f'' e'' d'' c''\stopGroup\stopGroup
+}