]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen-retain.ly
*** empty log message ***
[lilypond.git] / input / regression / lyric-hyphen-retain.ly
1 \header {
2
3   texidoc = "The minimum distance between lyrics are determined by the
4 @code{minimum-distance} of @code{LyricHyphen} and
5 @code{LyricSpace}. The hyphen is omitted when it would be shorter than
6 its @code{minimum-length} setting."
7
8 }
9
10 \version "2.7.39"
11
12 \layout {
13   ragged-right = ##t
14 }
15
16
17 \relative c'' {
18   \time 2/4
19   c32 c c c 
20   c32 c c c 
21   c32 c c c 
22   c32 c c c 
23   c32 c c c 
24 }
25 \addlyrics
26 {
27    syl -- lab word
28    \once \override LyricHyphen #'minimum-distance = #0.0
29    syl -- lab word
30    \override LyricSpace #'minimum-distance = #0.0
31    syl -- lab word
32 }