Nick Payne <[email protected]> writes:

> See http://lsr.dsi.unimi.it/LSR/Item?id=777:
>
> \version "2.17.6"

A rather new version.

> shapeSlur = #(define-music-function (parser location offsets) (list?)
>     #{
>         \once \override Slur.control-points = #(alter-slur-curve offsets)
>     #})

And the above definition would only work with that new version.  But
wouldn't it be equivalent to the \shape macro applied as

> \relative c'' {
>   \once \override Slur #'direction = #UP
>   \shapeSlur #'(0.7 -2.5 0.5 -2.3 0.3 -3 0 -4) \appoggiatura f8 fis,
> }

\shape #'(0.7 -2.5 0.5 -2.3 0.3 -3 0 -4) Slur \appoggiatura ...

?

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to