X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstanza-number.ly;h=9b5302e8b75cd658dfd84f888029fc2e8c52d8d7;hb=782b2f9c65953f8cf9e24ea60640eb8900f0b2c5;hp=a0e8b1cfe6383275267280bb85fc2eb6884e1215;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/stanza-number.ly b/input/regression/stanza-number.ly index a0e8b1cfe6..9b5302e8b7 100644 --- a/input/regression/stanza-number.ly +++ b/input/regression/stanza-number.ly @@ -1,15 +1,21 @@ -\version "1.7.6" -\header { -texidoc = "Stanza numbers may differ for the first and following systems." -} +\version "2.4.0" + +\header { texidoc = "Stanza numbers are put left of their lyric. They +are aligned in a column." } + +\layout { raggedright = ##t } -\score { +\relative c'' { r4 r4 c4 c4 } +\addlyrics { + \skip 2 + \set stanza = "1." + Foo8 +} +\addlyrics { + \skip 2 + \set stanza = "2." + FFFooooo8 +} -< \context LyricsVoice \lyrics { -\property LyricsVoice . stanza = "first" -\property LyricsVoice . stz = #'("2" (super "nd")) -Foo1 Bar1 } -\notes { c''1 \break c''1 }>} -%% new-chords-done %%