]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.11.51"
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