]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.3.16"
2 \header {
3     texidoc = "In lyrics, hyphens may be used."
4 }
5 \paper {
6
7     raggedright= ##t
8 }
9
10 <<
11     \context Staff  { c' (c') c'( c') }
12     \context Lyrics \lyricmode { bla -- alb xxx -- yyy }
13 >>
14
15
16
17
18
19