lilypond-user
[Top][All Lists]
Advanced

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

Re: Ferneyhough-style flared hairpins?


From: Thomas Morley
Subject: Re: Ferneyhough-style flared hairpins?
Date: Mon, 4 Mar 2013 21:42:29 +0100

2013/3/4 Joseph Rushton Wakeling <address@hidden>:
> On 03/04/2013 05:29 PM, Trevor Bača wrote:
>>
>> I'm considering sponsoring the work and I'm curious to know if there would
>> be
>> any other adopters if the feature were implemented.

This workaround was posted more than 2 years ago in the german forum
http://www.lilypondforum.de/index.php?topic=755.msg4238#msg4238
It's 2.12.3, though, compiles with 2.16.2, too.
Might be starting point:

\version "2.12.3"

flarePS = \markup { \postscript #"
        .1 setlinewidth
        -1 0.6666 translate
        0 0 moveto
        0 0 1 .1 1 .5 curveto
        stroke
        
        0 -1.3332 translate
        0 0 moveto
        0 0 1 -.1 1 -.5 curveto
        stroke"
}

flare = #(make-dynamic-script flarePS)

{ g'2.\< a'4\flare }



-Harm



reply via email to

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