X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=ae3ea0e7eb75d84d608b14d3a5322112e4e13414;hb=c42f7b2a9fef1c09421413239ad3c5ec0461c018;hp=95627b107aa334c18b447305b3cc60a8fdbe7611;hpb=730c54a571ab3b6c30e02be5f93c876abee0f9a7;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 95627b107a..ae3ea0e7eb 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.12.0" \header { texidoc = "In lyrics, hyphens may be used." } @@ -7,10 +7,11 @@ 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 +}