]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
Add a TODO comment re grace note spacing.
[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 { bla -- alb xxx -- yyy }
13 >>
14
15
16
17
18
19