X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstanza-number.ly;h=2e315d831745e09f6cc957f8dec6bbaa1e375ef9;hb=f3d08b80817cd1b23a996ca5781b1fa0517ffbac;hp=3e3743fc61d15ff98cf10b6e89a895f3d46fd376;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/stanza-number.ly b/input/regression/stanza-number.ly index 3e3743fc61..2e315d8317 100644 --- a/input/regression/stanza-number.ly +++ b/input/regression/stanza-number.ly @@ -1,21 +1,18 @@ -\version "2.1.7" +\version "2.19.21" \header { -texidoc = "Stanza numbers are put left of their lyric." + texidoc = "Stanza numbers are put left of their lyric. They +are aligned in a column." } -\score { -<< - \notes { r4 r4 c4 c4 } - \context LyricsVoice - \lyrics { - \skip 2 - \property LyricsVoice . stanza = "1." - Foo8 Bar8 - } ->> - -\paper { raggedright = ##t } -} - - +\relative { r4 r4 c''4 c4 } +\addlyrics { + \skip 2 + \set stanza = "1." + Foo8 +} +\addlyrics { + \skip 2 + \set stanza = \markup { 2. } + FFFooooo8 +}