X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=ae3ea0e7eb75d84d608b14d3a5322112e4e13414;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=0ae485bc6b998fdf1d636abc4f4bbf25b9758218;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 0ae485bc6b..ae3ea0e7eb 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,10 +1,16 @@ -\version "2.1.22" -\header {texidoc="Tests lyric hyphens. "} -\score{ - << - \context Staff \notes { c' (c') (c') c' } - \context Lyrics \lyrics { bla -- alb xxx -- yyy } - >> +\version "2.12.0" +\header { + texidoc = "In lyrics, hyphens may be used." +} +\layout { + + ragged-right= ##t +} + +\new Voice { c' (c') c'( c') } +\addlyrics { + \override Lyrics . LyricSpace #'minimum-distance = #5.0 + a -- b x -- y }