repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Doc: [de] Update rcontribnamed node refs.
[lilypond/patrick.git]
/
input
/
regression
/
bend-dot.ly
blob
0e1b239d8de3f1e034b69f093c68be8f8f921cc3
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"Bends avoid dots, but only if necessary."
4
}
5
6
\paper
{
7
ragged-right
= ##
t
8
}
9
10
\score
{
11
<<
12
\new
Staff
\relative
c
' {
13
\time
4
/
4
14
g
''
4
.
-
\bendAfter
#
+
1
15
s
8
s
2
16
f
4
.
-
\bendAfter
#
+
1
17
}
18
>>
19
}