]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
55991ad5a29ee7a0cfcae85986f9c92345ca8e76
[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 }>}