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-dots-move.ly
blob
a060f867efde5907b5f7c4368411725f0fb1e6b2
1
\version
"2.10.0"
2
\header
{
3
4
texidoc
=
"If dotted note heads must remain on the left side,
5
collision resolution moves the dots to the right."
6
7
}
8
9
\layout
{
ragged-right
= ##
t
}
10
11
\relative
c
{
12
\key
d
\minor
13
\clef
bass
14
<< <
cis a
'
cis
>
4
\\
{
g
'
8
.
bes
16
} >>
15
}