]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
patch::: 1.5.30.uu1
[lilypond.git] / input / regression / stanza-number.ly
1 \header {
2 texidoc = "Stanza numbers may differ for the first and following systems."
3 }
4
5 \score {
6
7 < \context LyricsVoice \lyrics {
8
9 \property LyricsVoice . stanza =  "first"
10 \property LyricsVoice . stz =  #'("2" (super "nd"))
11 Foo1 Bar1   }
12
13 \notes { c''1 \break c''1 }>}