]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / stanza-number.ly
1 \version "1.7.18"
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 { "32" \super "nd"  }
12         Foo1 Bar1
13     }
14     \notes { c''1 \break c''1 }
15 >
16
17 \paper { raggedright = ##t } 
18
19
20