]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / stanza-number.ly
index f35080f30272db3cadba46506fca16eac800c580..e2c401aae8a0ebcf77db4aed2cf1c0e422d0d31e 100644 (file)
@@ -1,20 +1,25 @@
-\version "1.7.18"
+\version "2.3.4"
+
 \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 LyricsVoice
-    \lyrics {
-       \property LyricsVoice . stanza = "first"
-       \property LyricsVoice . stz =  \markup { "32" \super "nd"  }
-       Foo1 Bar1
+<<
+    \context Voice = "A"  \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
     }
-    \notes { c''1 \break c''1 }
->
+>>
 
 \paper { raggedright = ##t } 
-} 
+}