]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / stanza-number.ly
index 52c273d4256b40a1d3d676cb1bd12d495157d6de..28ed6567b8bdcc9e838a478e9cb85c751d8471d7 100644 (file)
@@ -1,20 +1,21 @@
-\version "1.7.18"
-\header {
-texidoc = "Stanza numbers may differ for the first and following systems."
+\version "2.14.0"
+
+\header { texidoc = "Stanza numbers are put left of their lyric.  They
+are aligned in a column."  }
+
+\layout { ragged-right = ##t }
+
+\relative c'' { r4 r4 c4 c4 }
+\addlyrics {
+  \skip 2
+  \set stanza = "1."
+  Foo8 
+}
+\addlyrics {
+  \skip 2
+  \set stanza = "2."
+  FFFooooo8
 }
 
-\score {
-<
-    \context LyricsVoice
-    \lyrics {
-       \property LyricsVoice . stanza = "first"
-       \property LyricsVoice . stz =  \markup { "32" \super "nd"  }
-       Foo1 Bar1
-    }
-    \notes { c''1 \break c''1 }
->
 
-\paper { raggedright = ##t } 
-} 
 
-%% new-chords-done %%