]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / stanza-number.ly
1 \version "1.7.16"
2 \header {
3 texidoc = "Stanza numbers may differ for the first and following systems."
4 }
5
6 \score {
7
8 < \context LyricsVoice \lyrics {
9
10 \property LyricsVoice . stanza =  "first"
11 \property LyricsVoice . stz =  #'("2" (super "nd"))
12 Foo1 Bar1   }
13
14 \notes { c''1 \break c''1 }>} 
15 %% new-chords-done %%