]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/non-empty-text.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / non-empty-text.ly
index 59baf2fe367612602ec882c1be254c72d32d05af..0e5a40f2ee3dfb0c731f14701f3bc07347ce165f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.4.0"
 
 \header{
     texidoc=" By default, text is set with empty horizontal dimensions.  
@@ -7,7 +7,7 @@ The boolean property @code{no-spacing-rods} in @code{TextScript} is used
 to control the horizontal size of text.  " }
 
 \score{
-    \notes\relative c''{
+    \relative c''{
        %% \emptyText
        %% short for \override TextScript  #'no-spacing-rods = ##t
        c2_"very wide and long text" c | \break
@@ -15,7 +15,7 @@ to control the horizontal size of text.  " }
        \fatText
        c_"very wide and long text" c
     }
-    \paper {
+    \layout {
        linewidth = 3.0\cm
     }
 }