[ << Vocal music ] | [Top][Contents] | [ Chords >> ] |
[ < Psalmennotation ] | [ Up : Vocal music ] | [ Silben im Gesangstext formatieren > ] |
Forcing hyphens to be shown
If LilyPond does not think there is space for a hyphen, it will be
omitted. The behaviour can be overridden with the
minimum-distance
property of LyricHyphen
.
\relative c'' { c32 c c c c32 c c c c32 c c c c32 c c c } \addlyrics { syl -- lab word word \override LyricHyphen.minimum-distance = #1.0 syl -- lab word word \override LyricHyphen.minimum-distance = #2.0 syl -- lab word word \revert LyricHyphen.minimum-distance syl -- lab word word }
[ << Vocal music ] | [Top][Contents] | [ Chords >> ] |
[ < Psalmennotation ] | [ Up : Vocal music ] | [ Silben im Gesangstext formatieren > ] |