2013/3/4 Joseph Rushton Wakeling <joseph.wakel...@webdrake.net>:
> 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

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

Reply via email to