]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
MusicXML: Better description of mid-measure barline regtest
[lilypond.git] / input / regression / non-empty-text.ly
index 82256aac1899a49edac0097d279fddfc856e4418..2de070a5738bc4b41374eb803347685a679dfd50 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.51"
 
 \header{
   texidoc=" By default, text is set with empty horizontal dimensions.  
@@ -11,11 +11,11 @@ to control the horizontal size of text.  " }
 }
 
 \relative c''{
-  %% \emptyText
+  %% \textLengthOff
   %% short for \override TextScript  #'no-spacing-rods = ##t
   c2_"very wide and long text" c | \break
   %% short for \override TextScript  #'no-spacing-rods = ##f
-  \fatText
+  \textLengthOn
   c_"very wide and long text" c
 }