]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen-retain.ly
renew.
[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.22"
11
12 \layout {
13   \context {
14     \Lyrics
15     \remove Separating_line_group_engraver
16   }
17
18   raggedright = ##t
19 }
20
21
22
23 {
24   \time 2/4
25   c32 c c c 
26   c32 c c c 
27   c32 c c c 
28   c32 c c c 
29   c32 c c c 
30 }
31 \addlyrics
32 {
33    syl -- lab word
34    \once \override LyricHyphen #'minimum-distance = #0.0
35    syl -- lab word
36    \override LyricSpace #'minimum-distance = #0.0
37    syl -- lab word
38 }