3 texidoc
= "The minimum distance between lyrics is determined by the
4 @code{minimum-distance} of @code{LyricHyphen} and
7 The ideal length of a hyphen is determined by its @code{length}
8 property, but it may be shortened down to @code{minimum-length} in
9 tight situations. If in this it still does not fit, the hyphen will be
12 Like all overrides within @code{\lyricsto} and @code{\addlyrics}, the
13 effect of a setting is delayed is one syllable."
34 %% tight spacing: hyphen disappears
37 %% increase minimum-distance: forces more space, so hyphen reappears
38 \override LyricHyphen
#'minimum-distance
= #1.0
41 %% minimum-distance 0 for LyricSpace: this places words next to each other.
42 \override LyricSpace
#'minimum-distance
= #0.0