]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stanza-number.ly
Issue 5148/2: three-sided-box snippet: use #:properties keyword
[lilypond.git] / input / regression / stanza-number.ly
index 3810db1d7a494bb8b6815b91924c73b591ea9041..2e315d831745e09f6cc957f8dec6bbaa1e375ef9 100644 (file)
@@ -1,20 +1,18 @@
-\version "1.9.8"
+\version "2.19.21"
+
 \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 =  \markup { "32" \super "nd"  }
-       Foo1 Bar1
-    }
-    \notes { c''1 \break c''1 }
->>
-
-\paper { raggedright = ##t } 
-} 
-
-
+\relative { r4 r4 c''4 c4 }
+\addlyrics {
+  \skip 2
+  \set stanza = "1."
+  Foo8 
+}
+\addlyrics {
+  \skip 2
+  \set stanza = \markup { 2. }
+  FFFooooo8
+}