\version "2.7.39"
\header
{

  texidoc = "Lyric extenders run to the end of the line if it
continues the next line. Otherwise, it should run to the last note
of the melisma."

}


<< 
  \new Voice =A  {
    a1 ( a1 \break
    a) a2( b) \break
    a2 
  }
  \lyricsto A \context Lyrics \lyricmode { a __ a __ ha }
>>
  \layout {
    ragged-right = ##t
  }

