]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
*** empty log message ***
[lilypond.git] / input / regression / non-empty-text.ly
index fea0195db22f2344b5d6b80b3b1da44a4f128b4d..857bc7410a945df61e3fa102e495ce2d8901b32a 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "1.9.8"
+\version "2.6.0"
 
 \header{
-    texidoc=" Text is set with empty horizontal dimensions.  The
-boolean property @code{no-spacing-rods} in @code{TextScript} is used
+  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 \property Voice.TextScript \set #'no-spacing-rods = ##t
-       c2_"very wide and long text" c | \break
-       %% short for \property Voice.TextScript \set #'no-spacing-rods = ##f
-       \fatText
-       c_"very wide and long text" c
-    }
-    \paper {
-       linewidth  = 3.0\cm
-    }
+
+\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
+}
+\layout {
+  linewidth = 3.0\cm
 }
 
+