]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-extender.ly
1 \version "2.16.0"
2
3 \header {
4
5     texidoc= "A LyricExtender may span several notes.  A LyricExtender
6 does not extend past a rest, or past the next lyric syllable."
7
8 }
9
10 \layout { ragged-right = ##t }
11
12 \relative c''{
13     d8( e f) r4. 
14     f4
15     d8[( e)] f
16 }
17 \addlyrics { ah __ ha a __ haaaaaaaaaaaa }
18
19
20
21