Hi,

> If I have a note and a curve like this:
>  b8-\tweak control-points #'((0.5 . 4) (1 . 6) (2 . 6) (2.5 . 4)) ( <> )
> How can I make the curve into a macro, so that I can write "b8 \curve"
> or "\curve b8"?

\version "2.19.65"
curve = -\tweak control-points #'((0.5 . 4) (1 . 6) (2 . 6) (2.5 . 4)) (
{ b8\curve c') c''\curve b') }

Hope that helps.
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to