From 8cde29c5dfa69bcea51aa7ba94c63af08d6940eb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 24 Feb 2008 23:31:11 -0300 Subject: [PATCH] Use \addlyrics for lyric-hyphen.ly --- input/regression/lyric-hyphen.ly | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 7e1f52f7f6..bb53f10e8b 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -7,13 +7,11 @@ ragged-right= ##t } -<< - \context Staff { c' (c') c'( c') } - \context Lyrics \lyricmode { - \override Lyrics . LyricSpace #'minimum-distance = #5.0 - a -- b x -- y - } ->> +\new Voice { c' (c') c'( c') } +\addlyrics { + \override Lyrics . LyricSpace #'minimum-distance = #5.0 + a -- b x -- y +} -- 2.39.5