((finalize this-engraver)
         ;; house keeping
         (set! trill-spanner #f)
         (set! rhythmic-events '())
         (set! bar-line #f)))))


Hi Harm,

Is there a reason to reset variables in 'finalize'
methods like this?

I've done without so far and never had any
problem; engravers in scm/scheme-engravers.scm
only do it when you are their author ;-)

Just curious.

Thanks,
Jean

Reply via email to