lilypond-user
[Top][All Lists]
Advanced

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

Re: Text Spanner auto expand to end of duration


From: Jean Abou Samra
Subject: Re: Text Spanner auto expand to end of duration
Date: Mon, 8 Feb 2021 00:29:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

      ((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

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