I found a lot of interesting examples at
http://lsr.di.unimi.it/LSR/Search?q=slur
There I found \override Slur.positions, tried it, obviously does not
work with chords!
\once \override Tie.control-points = #'((1 . -1) (3 . 0.6) (12.5 . 0.6)
(14.5 . -1))
from
http://lilypond.org/doc/v2.18/Documentation/notation/modifying-shapes.html
or
http://lilypond.org/doc/v2.18/Documentation/notation/modifying-shapes#modifying-ties-and-slurs
does not work either!
Regards
On 14.08.2014 16:29, Federico Bruni wrote:
2014-08-14 16:11 GMT+02:00 bb <[email protected]
<mailto:[email protected]>>:
I cannot get a slur from g, to b?
\version "2.18.0"
#(set-global-staff-size 29)
\relative c'' {
\override Slur.positions = #'(-20 . 0)
< d g, d >8 ^" H" (b)
}
I could not find any solution in the internet!
Does Slur.positions really exist?
You can try \shape:
http://lilypond.org/doc/v2.18/Documentation/notation/modifying-shapes#modifying-ties-and-slurs
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user