repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
lyric-extender-no-heads.ly
blob
958805ab8530a3516ff4c2bf0180d8b52848045d
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
d
4
~
d
4
r
4
18
\grace
es
8
19
20
d
4
21
22
}
23
\addlyrics
{
x
__
x
}
24