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