]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / input / regression / stanza-number.ly
index cdfd660b5b5a896980a7628e12ecf220f24c3401..05b5fa6f8fb3888c2aa4a5d90a3646305a284298 100644 (file)
@@ -1,14 +1,21 @@
-\version "1.5.68"
-\header {
-texidoc = "Stanza numbers may differ for the first and following systems."
-}
+\version "2.11.51"
+
+\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 }>}