From 666a07458af5d13efe10f4922f7e970acc484b14 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 3 Feb 2008 20:58:14 -0800 Subject: [PATCH] Force hyphens to appear in regtest. (check please) --- input/regression/lyric-hyphen.ly | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + } >> -- 2.39.5