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