lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slur position in


From: BB
Subject: Re: slur position in
Date: Thu, 14 Aug 2014 16:51:18 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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 <address@hidden>:
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:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]