]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/horizontal-bracket-break.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / horizontal-bracket-break.ly
index 1b2872620ae1833c09cab3ad3e89c7683a4a1d51..82ae49add2073896d7cf19f35dbb95745b9dc23b 100644 (file)
@@ -2,11 +2,11 @@
   texidoc = "Horizontal brackets connect over line breaks."
 
 }
-\version "2.9.26"
+\version "2.16.0"
 \paper { ragged-right  = ##t }
 
 \new Voice \with {
-  \consists Horizontal_bracket_engraver }
+  \consists "Horizontal_bracket_engraver" }
 {
   c1\startGroup \break c1 \stopGroup
 }