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
/
slur-dots.ly
blob
4206e16af457c183842b0b96f63f480a16cbd99f
1
2
\version
"2.10.0"
3
\header
{
4
texidoc
=
"Slurs should not get confused by augmentation dots. With a lot
5
of dots, the problems becomes more visible."
6
}
7
8
\layout
{
9
ragged-right
= ##
t
10
}
11
12
\relative
c
'' {
13
c
4
.............(
c
)
14
}
15
16
17
18