]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender-broken.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / lyric-extender-broken.ly
1 \version "2.10.0"
2 \header
3 {
4
5   texidoc = "Lyric extenders run to the end of the line if it
6 continues the next line. Otherwise, it should run to the last note
7 of the melisma."
8
9 }
10
11
12 << 
13   \new Voice =A  {
14     a1 ( a1 \break
15     a) a2( b) \break
16     a2 
17   }
18   \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
19 >>
20   \layout {
21     ragged-right = ##t
22   }
23