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.



--


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

Reply via email to