]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / stanza-number.ly
index 55991ad5a29ee7a0cfcae85986f9c92345ca8e76..8af4a9b2a7e5ed32cf1144f96261f89b6fe237c2 100644 (file)
@@ -1,13 +1,21 @@
-\header {
-texidoc = "Stanza numbers may differ for the first and following systems."
-}
+\version "2.12.0"
+
+\header { texidoc = "Stanza numbers are put left of their lyric.  They
+are aligned in a column."  }
+
+\layout { ragged-right = ##t }
 
-\score {
+\relative c'' { r4 r4 c4 c4 }
+\addlyrics {
+  \skip 2
+  \set stanza = "1."
+  Foo8 
+}
+\addlyrics {
+  \skip 2
+  \set stanza = "2."
+  FFFooooo8
+}
 
-< \context LyricsVoice \lyrics {
 
-\property LyricsVoice . stanza =  "first"
-\property LyricsVoice . stz =  #'("2" (super "nd"))
-Foo1 Bar1   }
 
-\notes { c''1 \break c''1 }>}