]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Fix regression file.
[lilypond.git] / input / regression / non-empty-text.ly
index 43c81652d8c176354ead6c51d3df0b969b9011a6..2de070a5738bc4b41374eb803347685a679dfd50 100644 (file)
@@ -1,18 +1,22 @@
-\version "1.3.146"
+
+\version "2.11.51"
 
 \header{
-texidoc="
-Text is set with empty horizontal dimensions.  The boolean property
-textNonEmpty is used to respect the horizontal size of text.
-"
-}
-\score { \notes {
-c2_"very wide and long text" c | \break
-\fatText  % short for \property Voice.textNonEmpty = ##t
-c_"very wide and long text" c
+  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
 }
 
-\paper {
-  linewidth  = 3.\cm
-  }
+\relative c''{
+  %% \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
+  \textLengthOn
+  c_"very wide and long text" c
 }
+
+