]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / stanza-number.ly
index f35080f30272db3cadba46506fca16eac800c580..7ea806ce7919056fd1d5618ca154c5f1badbaedc 100644 (file)
@@ -1,20 +1,21 @@
-\version "1.7.18"
-\header {
-texidoc = "Stanza numbers may differ for the first and following systems."
-}
+\version "2.10.0"
+
+\header { texidoc = "Stanza numbers are put left of their lyric.  They
+are aligned in a column."  }
+
+\layout { ragged-right = ##t }
 
-\score {
-<
-    \context LyricsVoice
-    \lyrics {
-       \property LyricsVoice . stanza = "first"
-       \property LyricsVoice . stz =  \markup { "32" \super "nd"  }
-       Foo1 Bar1
-    }
-    \notes { c''1 \break c''1 }
->
+\relative c'' { r4 r4 c4 c4 }
+\addlyrics {
+  \skip 2
+  \set stanza = "1."
+  Foo8 
+}
+\addlyrics {
+  \skip 2
+  \set stanza = "2."
+  FFFooooo8
+}
 
-\paper { raggedright = ##t } 
-}