]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
*** empty log message ***
[lilypond.git] / input / regression / stanza-number.ly
index cdfd660b5b5a896980a7628e12ecf220f24c3401..b3a2334514915922b3c42b118b7d8a371e7e4902 100644 (file)
@@ -1,14 +1,25 @@
-\version "1.5.68"
+\version "2.1.28"
+
 \header {
-texidoc = "Stanza numbers may differ for the first and following systems."
+texidoc = "Stanza numbers are put left of their lyric. Theyr are aligned in a column."
 }
 
 \score {
+<<
+    \context Voice = "A" \notes \relative c'' { r4 r4 c4  c4 }
+    \lyricsto A \new Lyrics \lyrics  {
+       \skip 2
+       \set stanza = "1."
+       Foo8 
+    }
+    \lyricsto A \new Lyrics \lyrics {
+       \skip 2
+       \set stanza = "2."
+       FFFooooo8
+    }
+>>
 
-< \context LyricsVoice \lyrics {
+\paper { raggedright = ##t } 
+}
 
-\property LyricsVoice . stanza =  "first"
-\property LyricsVoice . stz =  #'("2" (super "nd"))
-Foo1 Bar1   }
 
-\notes { c''1 \break c''1 }>}