]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / non-empty-text.ly
index 63cb0b59d721a14c2d581fe9a6a7646556514c33..59baf2fe367612602ec882c1be254c72d32d05af 100644 (file)
@@ -1,23 +1,22 @@
-\version "1.7.18"
+
+\version "2.1.36"
 
 \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{
+    \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
     }
 }