]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / lyric-extender.ly
1 \version "2.3.22"
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 { raggedright = ##t }
11 \relative c''{
12     d8( e f) r4. 
13     f4
14     d8[( e)] f
15 }
16 \addlyrics { ah __ ha a __ haaaaaaaaaaaa }
17
18
19
20