repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consider accidentals in optical spacing correction.
[lilypond.git]
/
input
/
regression
/
lyric-extender-no-heads.ly
blob
8bafe341910f928285ea06a66dd85e354b40a497
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.12.0"
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