lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur from non-existent note


From: Bill Mooney
Subject: Re: Slur from non-existent note
Date: Tue, 16 Nov 2010 17:39:09 +1300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13pre) Gecko/20101111 Shredder/3.1.7pre

Hi Garrett ,
You could try this :-

c4^( s) \once \override Slur #'control-points = #'( ( -10 . -2) ( -7 .
0) ( -2 . 0) ( 1 . -2) )
 s^( d)

the ^s force the slur up'ards ( use _ if you want it down)
the numbers in the 'control pints part are found by trial and error :)
they're x,y pairs for places through which the curve of the slur must pass.
beginning from the note 'position' (in this case the 'd', rather than
the second 's') the first pair are where you think the 's' is, followed
by a point a bit closer to the 'd' but a bit higher, then another closer
to the 'd', then the end closest to the 'd' which again is a bit lower
.... I'd draw a picture but I hope you follow all this! :)

There might be a 'better' way but this seems to work.

Hope this helps
regards
Bill



reply via email to

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