]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stanza-number.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / stanza-number.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Stanza numbers are put left of their lyric.  They
5 are aligned in a column."
6 }
7
8 \relative { r4 r4 c''4 c4 }
9 \addlyrics {
10   \skip 2
11   \set stanza = "1."
12   Foo8 
13 }
14 \addlyrics {
15   \skip 2
16   \set stanza = \markup { 2. }
17   FFFooooo8
18 }