]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / input / regression / stanza-number.ly
index bd56fc5ad590ad69260f6248a605412dae03282c..cfde182339c1dc16d57c68468a81ab3b3572ae55 100644 (file)
@@ -1,13 +1,18 @@
+\version "2.15.2"
+
 \header {
-texidoc = "Stanza numbers may differ for the first and following systems."
+  texidoc = "Stanza numbers are put left of their lyric.  They
+are aligned in a column."
 }
 
-\score {
-
-< \context LyricsVoice \lyrics {
-
-\property LyricsVoice . stanza =  "first"
-\property LyricsVoice . stz =  "2nd"
-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 = \markup { 2. }
+  FFFooooo8
+}