1\version "2.19.2"
2\header
3{
4
5  texidoc = "Lyric extenders run to the end of the line if it
6continues the next line. Otherwise, it should run to the last note
7of the melisma."
8
9}
10
11\layout {
12  ragged-right = ##t
13}
14
15<<
16  \new Voice =A  {
17    a1 ( a1 \break
18    a) a2( b) \break
19    a2
20  }
21  \context Lyrics \lyricsto A { a __ a __ ha }
22>>
23
24