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
Merge branch 'fret-diagram-details'
[lilypond/csorensen.git]
/
input
/
regression
/
collision-mesh.ly
blob
7c9a1eee65f77a56e10a2735f8d1b473932b8ae1
1
\version
"2.10.0"
2
\header
{
3
texidoc
=
"Oppositely stemmed chords, meshing into each other,
4
are resolved."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
10
\context
Staff
\transpose
c c
' {
11
\time
3
/
4
12
%% Here's what I was trying to do:
13
<<
14
{
15
d
'
4
16
d
'
4
.
17
<
a c
'>
4
18
<
g b g
'>
4
19
<
g b g
'>
4
.
20
}
\\
{
21
<
g b g
'>
4
22
<
g b g
'>
4
.
23
<
g b d
'>
4
24
d
'
4
25
d
'
4
.
26
}
27
>>
28
}
29
30
31
32