From: Graham Percival Date: Mon, 4 Feb 2008 04:58:14 +0000 (-0800) Subject: Force hyphens to appear in regtest. X-Git-Tag: release/2.11.39-1~1^2~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=666a07458af5d13efe10f4922f7e970acc484b14;p=lilypond.git Force hyphens to appear in regtest. (check please) --- diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 95627b107a..7e1f52f7f6 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -9,7 +9,10 @@ << \context Staff { c' (c') c'( c') } - \context Lyrics \lyricmode { bla -- alb xxx -- yyy } + \context Lyrics \lyricmode { + \override Lyrics . LyricSpace #'minimum-distance = #5.0 + a -- b x -- y + } >>