X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=ae3ea0e7eb75d84d608b14d3a5322112e4e13414;hb=b35c6ca4db1e46975f25cba4a2ed3a7bb771dfff;hp=75a1ee20854998ed9174a5d3e272c6bed760e326;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 75a1ee2085..ae3ea0e7eb 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,16 +1,17 @@ -\version "2.4.0" +\version "2.12.0" \header { texidoc = "In lyrics, hyphens may be used." } \layout { - raggedright= ##t + ragged-right= ##t } -<< - \context Staff { c' (c') c'( c') } - \context Lyrics \lyricmode { bla -- alb xxx -- yyy } ->> +\new Voice { c' (c') c'( c') } +\addlyrics { + \override Lyrics . LyricSpace #'minimum-distance = #5.0 + a -- b x -- y +}