]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / stanza-number.ly
1 \version "2.1.26"
2
3 \header {
4 texidoc = "Stanza numbers are put left of their lyric."
5 }
6
7 \score {
8 <<
9     \notes { r4 r4 c4  c4 }
10     \context Lyrics
11     \lyrics {
12         \skip 2
13         \set stanza = "1."
14         Foo8 Bar8
15     }
16 >>
17
18 \paper { raggedright = ##t } 
19
20
21