]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.7.39"
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