X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=7fcc3a52588a1e4de02f553466ae81ab1c628e19;hb=3992f8a8b345c12d63b6b56eed8c67394f16af3b;hp=c14ebdc9a8b5197c975518f260a0b73b7035eea1;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index c14ebdc9a8..7fcc3a5258 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,10 +1,16 @@ -\version "2.1.7" -\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 }