]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / non-empty-text.ly
index 01aac5f3721166311020937c38d1bfb2afe61d1c..f64cc1c6b39e75974f2e629115080c3ccbd41fce 100644 (file)
@@ -1,23 +1,22 @@
-\version "1.7.16"
+
+\version "2.6.0"
 
 \header{
-    texidoc="
-Text is set with empty horizontal dimensions.  The boolean property
-TextScript.no-spacing-rods is used to control the horizontal size of text.
-"
-}
+    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
+       %% short for \override TextScript  #'no-spacing-rods = ##t
        c2_"very wide and long text" c | \break
-       %% short for \property Voice.TextScript \set #'no-spacing-rods = ##f
+       %% short for \override TextScript  #'no-spacing-rods = ##f
        \fatText
        c_"very wide and long text" c
     }
-    \paper {
-       linewidth  = 3.0\cm
+    \layout {
+       linewidth = 3.0\cm
     }
 }
-%% new-chords-done %%
+