]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Run convert-ly and update manual for syntax changes
[lilypond.git] / input / regression / non-empty-text.ly
index 82256aac1899a49edac0097d279fddfc856e4418..9627a48ffebe224e50f5577a9572191302f78b1f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.38"
 
 \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
 }