lilypond-user
[Top][All Lists]
Advanced

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

Re: Curve in a macro?


From: Kieren MacMillan
Subject: Re: Curve in a macro?
Date: Fri, 15 Sep 2017 17:08:47 -0400

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




reply via email to

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