lilypond-user
[Top][All Lists]
Advanced

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

Re: Appoggiatura help


From: David Kastrup
Subject: Re: Appoggiatura help
Date: Thu, 29 Nov 2012 23:32:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Nick Payne <address@hidden> 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




reply via email to

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