]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.17.6"
2 \header {
3     texidoc = "In lyrics, hyphens may be used."
4 }
5 \layout {
6
7     ragged-right= ##t
8 }
9
10 \new Voice { c' (c') c'( c') }
11 \addlyrics {
12   \override Lyrics.LyricSpace.minimum-distance = #5.0
13   a -- b x -- y
14 }
15
16
17
18
19
20