]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / non-empty-text.ly
index 954306482cfe633d292545a8735970ac56e7d5eb..f4d9e94e3d153485a5f7c4e2ee2d7e67ca075be6 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "2.7.32"
+\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 {
-  line-width = 3.0\cm
-}