Hi all,

>> just as a gut reaction: I think this is a really great idea!
> Me too.

+1

To address Raphael’s point about lambdas… Is there any way to abstract that 
part out, too? e.g.

<pseudocode>
transform =
#(define-music-function (path proc)
  (symbol-list? procedure?)
  #{
    \override #path =
    #(grob-transformer (last path) lambda (grob orig) proc)
  #})
</pseudocode>

and then

<pseudocode>
\temporary \transform NoteHead.stencil (ly:stencil-in-color orig "red”)
</pseudocode>

??

Thanks,
Kieren.
__________________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.


Reply via email to