X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Flyrics-no-notes.ly;h=1262e70c9c964ca5f7eb733f5f7811368da54373;hb=31a1ddfc7860468ef46906e5a7698dae411a0278;hp=cb3fe3e868ed9de2ead2e456d506315a37c1bff9;hpb=522f419e3ed3e09ecf834bbb5315ac1777ab13e0;p=lilypond.git diff --git a/input/regression/lyrics-no-notes.ly b/input/regression/lyrics-no-notes.ly index cb3fe3e868..1262e70c9c 100644 --- a/input/regression/lyrics-no-notes.ly +++ b/input/regression/lyrics-no-notes.ly @@ -1,14 +1,13 @@ \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.16.0" +\version "2.17.6" << - \override Score.PaperColumn #'keep-inside-line = ##f + \override Score.PaperColumn.keep-inside-line = ##f \new Staff \relative c' { \key aes \major \context Voice = "1" { @@ -21,7 +20,7 @@ paper column is very wide." \new Lyrics \lyricmode { \skip 8 \skip 8 - x8 + xx8 x8 } >>