]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / break.ly
index b3a88c798ee9f08150a94adc0da12b1f97945c3e..0b7c595339d950f2e41e500b64c6882e7c56c94f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.16.0"
 
 \header{
   texidoc="
@@ -13,7 +13,7 @@ Breaks can be encouraged and discouraged using @code{\\break} and
 }
 
 \relative c'' \context Voice {
-  \emptyText
+  \textLengthOff
   c1 \noBreak c1 \noBreak \mark "nobreak" c1 \noBreak
   c1 \break \mark "break" c1 \break \mark "break" c1 
 }