X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen.ly;h=ae3ea0e7eb75d84d608b14d3a5322112e4e13414;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=7a19e3c88ae9629da85cadf6a6b95a2a17804096;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/lyric-hyphen.ly b/input/regression/lyric-hyphen.ly index 7a19e3c88a..ae3ea0e7eb 100644 --- a/input/regression/lyric-hyphen.ly +++ b/input/regression/lyric-hyphen.ly @@ -1,10 +1,16 @@ -\version "1.7.18" -\header {texidoc="Tests lyric hyphens. "} -\score{ - < - \context Staff \notes { c' (c'-) (c'-) c' } - \context Lyrics \context LyricsVoice \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 }