]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / stanza-number.ly
index 287a811ea2eeed730c692adb2f7815ffd43c55c5..ce4b520080ee096cb54ceeb1bcd3a7f2e26eee03 100644 (file)
@@ -1,25 +1,25 @@
-\version "2.2.0"
+\version "2.3.22"
 
 \header {
-texidoc = "Stanza numbers are put left of their lyric. Theyr are aligned in a column."
+texidoc = "Stanza numbers are put left of their lyric. They are aligned in a column."
 }
 
 \score {
 <<
-    \context Voice = "A" \notes \relative c'' { r4 r4 c4  c4 }
-    \lyricsto A \new Lyrics \lyrics  {
+    \context Voice = "A"  \relative c'' { r4 r4 c4  c4 }
+    \lyricsto A  \new Lyrics   {
        \skip 2
        \set stanza = "1."
        Foo8 
     }
-    \lyricsto A \new Lyrics \lyrics {
+    \lyricsto A  \new Lyrics  {
        \skip 2
        \set stanza = "2."
        FFFooooo8
     }
 >>
 
-\paper { raggedright = ##t } 
+\layout { raggedright = ##t } 
 }