]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
release commit
[lilypond.git] / input / regression / non-empty-text.ly
index d66be3b0615f7975c904b47fd3e3365d21d9604a..1eab0692ed2b998b64e18eedb0f2a99df55be014 100644 (file)
@@ -1,23 +1,22 @@
-\version "1.7.6"
+
+\version "2.3.4"
 
 \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
+       linewidth = 3.0\cm
     }
 }
-%% new-chords-done %%
+