]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/horizontal-bracket-break.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / horizontal-bracket-break.ly
index 1cb804d7426ffd156e3c4114f94bbb3cc83c6d6a..82ae49add2073896d7cf19f35dbb95745b9dc23b 100644 (file)
@@ -2,11 +2,11 @@
   texidoc = "Horizontal brackets connect over line breaks."
 
 }
-\version "2.10.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
 }