]> 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 3abce658dcc823d822814d2d3cbba14893239c3c..a1a7b277799b5ff2afb1c1332e0d51811c1e26e6 100644 (file)
@@ -1,22 +1,22 @@
-\version "1.5.68"
+
+\version "2.7.13"
 
 \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{
-       %% \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
+}
+
+