From: Han-Wen Nienhuys Date: Mon, 25 Feb 2008 02:31:11 +0000 (-0300) Subject: Use \addlyrics for lyric-hyphen.ly X-Git-Tag: release/2.11.41-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8cde29c5dfa69bcea51aa7ba94c63af08d6940eb;p=lilypond.git Use \addlyrics for lyric-hyphen.ly --- 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 +}