]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
side-position-interface: cross-staff items, issue 3363
[lilypond.git] / input / regression / stanza-number.ly
index a0e8b1cfe6383275267280bb85fc2eb6884e1215..eaf7b7c936eedf272dde3a97704b33fcfdebc49e 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.6"
+\version "2.16.0"
+
 \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 =  #'("2" (super "nd"))
-Foo1 Bar1   }
-
-\notes { c''1 \break c''1 }>} 
-%% new-chords-done %%
+\relative c'' { r4 r4 c4 c4 }
+\addlyrics {
+  \skip 2
+  \set stanza = "1."
+  Foo8 
+}
+\addlyrics {
+  \skip 2
+  \set stanza = \markup { 2. }
+  FFFooooo8
+}