]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / non-empty-text.ly
index 82c2be9aaf895898d3fded2d0edf74c5ce9f388b..82256aac1899a49edac0097d279fddfc856e4418 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "2.1.30"
+\version "2.10.0"
 
 \header{
-    texidoc=" By default, text is set with empty horizontal dimensions.  
+  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 \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
-    }
-    \paper {
-       linewidth = 3.0\cm
-    }
+\layout {
+  line-width = 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
+}
+
+