X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=ae3ea0e7eb75d84d608b14d3a5322112e4e13414;hb=6a4a699484ac521b9d0249623e1028e56f2c938a;hp=774fd4624253d0333d48ecbc49070e8e617335f9;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 774fd46242..ae3ea0e7eb 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,12 +1,16 @@ -\version "2.2.0" +\version "2.12.0" \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 }