X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-no-notes.ly;h=d45f14493c186bd30bcb1306f804d445afcce328;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=924127a701a01b589d38ca5000c229f32c87d613;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/lyrics-no-notes.ly b/input/regression/lyrics-no-notes.ly index 924127a701..d45f14493c 100644 --- a/input/regression/lyrics-no-notes.ly +++ b/input/regression/lyrics-no-notes.ly @@ -1,18 +1,17 @@ \header { - texidoc ="Lyric syllables without note attachment are not -centered. Centering may cause unintended effects when the -paper column is very wide." + texidoc ="Lyric syllables without note attachment are +aligned correctly even if the paper column is very wide." } \layout{ ragged-right = ##t } -\version "2.14.0" +\version "2.19.21" << - \override Score.PaperColumn #'keep-inside-line = ##f - \new Staff \relative c' { + \override Score.PaperColumn.keep-inside-line = ##f + \new Staff \relative { \key aes \major \context Voice = "1" { - f8 f + f'8 f \textLengthOff f^"xxxxxxxxxxxxxxxxxxxxxxxxxx" f @@ -21,7 +20,7 @@ paper column is very wide." \new Lyrics \lyricmode { \skip 8 \skip 8 - x8 + xx8 x8 } >>