X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=ae3ea0e7eb75d84d608b14d3a5322112e4e13414;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=7e1f52f7f67c07f5ab436ba91905885d1dcce16f;hpb=a0b2e9cf56fadc0c2c4f23d0e3aa34ba7eaaa0ae;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 7e1f52f7f6..ae3ea0e7eb 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.12.0" \header { texidoc = "In lyrics, hyphens may be used." } @@ -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 +}