]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender-no-heads.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / lyric-extender-no-heads.ly
1 \header
2 {
3   texidoc = "Extender engraver also notices the lack of note heads.
4 Here the extender ends on the 2nd quarter note, despite the grace note
5 without a lyric attached." 
6   
7 }
8
9 \version "2.10.7"
10
11 \layout {
12   ragged-right = ##t
13 }
14
15 \relative c'' {
16   \time 3/4
17   d4~ d4 r4
18   \grace es8
19
20   d4
21   
22 }
23 \addlyrics { x __ x  }
24