X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=7fcc3a52588a1e4de02f553466ae81ab1c628e19;hb=750b714488c5af6eae22d07163bba8b554734ac6;hp=0ea97222e76adf18c830913730cffa34125b91e9;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 0ea97222e7..7fcc3a5258 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,12 +1,16 @@ -\version "2.1.36" +\version "2.17.6" \header { texidoc = "In lyrics, hyphens may be used." } -\score{ - << - \context Staff \notes { c' (c') c'( c') } - \context Lyrics \lyrics { bla -- alb xxx -- yyy } - >> +\layout { + + ragged-right= ##t +} + +\new Voice { c' (c') c'( c') } +\addlyrics { + \override Lyrics.LyricSpace.minimum-distance = #5.0 + a -- b x -- y }