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
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
slur-manual.ly
blob
25425aecd9579469c93ee67988a016df4c79d8f1
1
2
\header
{
3
4
texidoc
=
"Setting @code{positions} overrides the automatic
5
positioning of the slur. It selects the slur configuration closest to
6
the given pair. "
7
8
}
9
\version
"2.12.0"
10
11
\paper
{
ragged-right
= ##
T
}
12
\relative
c
' {
13
\override
Slur
#'
positions
= #'(
-
4
.
-
5
)
14
e
(
f g
)
15
}
16