lilypond-user
[Top][All Lists]
Advanced

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

Re: modern-straight and flat- flags too thick and too spaced apart


From: edes
Subject: Re: modern-straight and flat- flags too thick and too spaced apart
Date: Wed, 20 Feb 2019 12:06:39 -0300

el 2019-02-19 a las 22:05 Thomas Morley escribió:

> You could even do:
> 
> #(define-public (my-flag grob)
>   ((straight-flag 0.4 1 -70 3 -70 3) grob))
> 
> {
>   \override Flag.stencil = #my-flag
>   a'8
>   b'
> }
> %% or
> {
>   \override Flag.stencil =
>     #(lambda (grob) ((straight-flag 0.4 1 -70 3 0 3) grob))
>   a'8
>   b'
> }
> 

that's brilliant, thank you.



--




reply via email to

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