X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-bar.ly;h=633e041bb6fb1e14404a847fdb2d8b0a6b59e638;hb=5b3aefef28e2af771f9367a9dcecbdd3411841ca;hp=f4d3c1d8d79b2aa0038a6cc438bd3211988dfbd4;hpb=7439f9e74f8e33286c8af7f9a51fe4f7a4eb10fd;p=lilypond.git diff --git a/input/regression/lyrics-bar.ly b/input/regression/lyrics-bar.ly index f4d3c1d8d7..633e041bb6 100644 --- a/input/regression/lyrics-bar.ly +++ b/input/regression/lyrics-bar.ly @@ -1,4 +1,4 @@ -\version "2.13.51" +\version "2.17.6" \header{ texidoc=" @@ -11,29 +11,29 @@ lyrics do not collide with barlines. ragged-right = ##t } -<< - \new Staff { - b1 \bar "|:" b1 \bar ":|" +\relative c'' << + \new Voice = "a"{ + b1 \bar ".|:" b1 \bar ":|." b1 \bar "|." } - \context Lyrics \with { + \new Lyrics \with { \consists "Bar_engraver" \consists "Separating_line_group_engraver" - } \lyricmode { - looooooooooooooooooooooooooooooooooong1 syllable + } \lyricsto "a" { + bars lengthened if } - \lyrics { - no Bar_Engraver_Bar_Engraver_Bar_Engraver + \new Lyrics \lyricsto "a" { + required for noncollision } \new Staff { - b1 b1 + b1 b1 b1 } >> \layout { \context { \Lyrics - \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'minimum-distance = #4 - \override LyricText #'Y-offset = #-0.7 - \override BarLine #'bar-extent = #'(-2 . 2) + \override VerticalAxisGroup.nonstaff-nonstaff-spacing.minimum-distance = #4.2 + \override LyricText.Y-offset = #-0.7 + \override BarLine.bar-extent = #'(-2 . 2) } }