]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
*** empty log message ***
[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
9     \lyrics {
10         \property LyricsVoice . stanza = "first"
11         \property LyricsVoice . stz =  \markup { "2" \super "nd"  }
12         Foo1 Bar1
13     }
14     \notes { c''1 \break c''1 }
15 >
16
17
18
19 %% new-chords-done %%