]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.10.0"
2 \header {
3     texidoc = "In lyrics, hyphens may be used."
4 }
5 \layout {
6
7     ragged-right= ##t
8 }
9
10 <<
11     \context Staff  { c' (c') c'( c') }
12     \context Lyrics \lyricmode {
13       \override Lyrics . LyricSpace #'minimum-distance = #5.0
14       a -- b x -- y
15     }
16 >>
17
18
19
20
21
22