]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/horizontal-bracket-break.ly
Imported Upstream version 2.16.1
[lilypond.git] / input / regression / horizontal-bracket-break.ly
index c0ff49d0d5274b011385d81d8921893ed39a46fb..82ae49add2073896d7cf19f35dbb95745b9dc23b 100644 (file)
@@ -2,11 +2,11 @@
   texidoc = "Horizontal brackets connect over line breaks."
 
 }
-\version "2.12.0"
+\version "2.16.0"
 \paper { ragged-right  = ##t }
 
 \new Voice \with {
-  \consists Horizontal_bracket_engraver }
+  \consists "Horizontal_bracket_engraver" }
 {
   c1\startGroup \break c1 \stopGroup
 }