Re: Passing arguments to grob-transformer

2022-06-17 Thread Aaron Hill
On 2022-06-17 3:35 pm, Jean Abou Samra wrote: Le 18/06/2022 à 00:24, Leo Correia de Verdier a écrit : #(define elongate (lambda (grob amt) (let ((stil (ly:grob-property grob 'stencil))) (ly:grob-set-property! grob 'stencil (ly:stencil-scale stil 1 amt

Re: Passing arguments to grob-transformer

2022-06-17 Thread Jean Abou Samra
Le 18/06/2022 à 00:24, Leo Correia de Verdier a écrit : Dear list! I’m quite likely just being somewhat dim, but is there a way to pass additional arguments to a function used by grob-transformer (or any callback for that matter)? Would it be possible to do something equivalent to this fol

Passing arguments to grob-transformer

2022-06-17 Thread Leo Correia de Verdier
Dear list! I’m quite likely just being somewhat dim, but is there a way to pass additional arguments to a function used by grob-transformer (or any callback for that matter)? Would it be possible to do something equivalent to this following using an override to the stencil using grob-transforme