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
/
collision-head-chords.ly
blob
248e6748092d7677d204bc2609e9e167d50f896d
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"Note heads in collisions should be merged if
4
they have the same positions in the extreme note heads.
5
"
6
7
}
8
\layout
{
ragged-right
= ##
t
}
9
10
11
12
\relative
c
'' {
13
c
4
14
<< {
c
4
d
4
<
c d
>
8
<
c d
> <
c d
> }
\\
{
c
4
c
<
a b
>
8
<
b c
> <
c d
>
8
} >>
15
}
16
17
18