]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / non-empty-text.ly
index 6daf89e8c1b7f017f43b143f8fed3f19b2e63611..2de070a5738bc4b41374eb803347685a679dfd50 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "2.1.22"
+\version "2.11.51"
 
 \header{
-    texidoc=" By default, text is set with empty horizontal dimensions.  
+  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.  " }
 
-\score{
-    \notes\relative c''{
-       %% \emptyText
-       %% 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
-       c_"very wide and long text" c
-    }
-    \paper {
-       linewidth = 3.0\cm
-    }
+\layout {
+  line-width = 3.0\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
+}
+
+