X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-hyphen-retain.ly;h=c19d42a2adcc70c06a7c527b506a7d98a9ac7442;hb=77267b700c377fd170abcbf4863728937038eb5e;hp=c49391d904ea4f6a95bbd3082b4c2b4f538c8e5c;hpb=2901095c48e52a6a663f6e633330992f8665e92a;p=lilypond.git diff --git a/input/regression/lyric-hyphen-retain.ly b/input/regression/lyric-hyphen-retain.ly index c49391d904..c19d42a2ad 100644 --- a/input/regression/lyric-hyphen-retain.ly +++ b/input/regression/lyric-hyphen-retain.ly @@ -9,21 +9,21 @@ property, but it may be shortened down to @code{minimum-length} in tight situations. If in this it still does not fit, the hyphen will be omitted. -Like all overrides within @code{\lyricsto} and @code{\addlyrics}, the +Like all overrides within @code{\\lyricsto} and @code{\\addlyrics}, the effect of a setting is delayed is one syllable." } -\version "2.10.0" +\version "2.19.21" \layout { ragged-right = ##t } -\relative c'' { +\relative { \time 2/4 - c32 c c c + c''32 c c c c32 c c c c32 c c c c32 c c c @@ -35,10 +35,10 @@ effect of a setting is delayed is one syllable." syl -- lab word %% increase minimum-distance: forces more space, so hyphen reappears - \override LyricHyphen #'minimum-distance = #1.0 + \override LyricHyphen.minimum-distance = #1.0 syl -- lab word %% minimum-distance 0 for LyricSpace: this places words next to each other. - \override LyricSpace #'minimum-distance = #0.0 + \override LyricSpace.minimum-distance = #0.0 syl -- lab word }