]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / non-empty-text.ly
index 857bc7410a945df61e3fa102e495ce2d8901b32a..f4d9e94e3d153485a5f7c4e2ee2d7e67ca075be6 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "2.6.0"
+\version "2.12.0"
 
 \header{
   texidoc=" By default, text is set with empty horizontal dimensions.  
 The boolean property @code{no-spacing-rods} in @code{TextScript} is used
 to control the horizontal size of text.  " }
 
+\layout {
+  line-width = 3.0\cm
+}
 
 \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
 }
-\layout {
-  linewidth = 3.0\cm
-}