X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstanza-number.ly;h=2e315d831745e09f6cc957f8dec6bbaa1e375ef9;hb=2995e34f3b82324be31383ee6b692badb8cdb9f6;hp=55991ad5a29ee7a0cfcae85986f9c92345ca8e76;hpb=ce1ca7d20617d7ba113d975468feff9baa419b90;p=lilypond.git diff --git a/input/regression/stanza-number.ly b/input/regression/stanza-number.ly index 55991ad5a2..2e315d8317 100644 --- a/input/regression/stanza-number.ly +++ b/input/regression/stanza-number.ly @@ -1,13 +1,18 @@ +\version "2.19.21" + \header { -texidoc = "Stanza numbers may differ for the first and following systems." + texidoc = "Stanza numbers are put left of their lyric. They +are aligned in a column." } -\score { - -< \context LyricsVoice \lyrics { - -\property LyricsVoice . stanza = "first" -\property LyricsVoice . stz = #'("2" (super "nd")) -Foo1 Bar1 } - -\notes { c''1 \break c''1 }>} +\relative { r4 r4 c''4 c4 } +\addlyrics { + \skip 2 + \set stanza = "1." + Foo8 +} +\addlyrics { + \skip 2 + \set stanza = \markup { 2. } + FFFooooo8 +}