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
/
collision-head-chords.ly
blob
02bc68e7538750960de2742eea64393a77e1582e
1
\version
"2.10.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