Hi again,
>>> > I've tried using that function, but I get a warning that the warning
>>> > wasn't found. I put this in my input file:
>>> > #(ly:expect-warning "calculation-in-progress")
>> Did you try
>> #(ly:expect-warning "cyclic dependency")
> Hey, that worked! Thanks a lot. How strange
On Tue, Oct 15, 2024 at 10:32 AM Kieren MacMillan <
kie...@kierenmacmillan.info> wrote:
> Hi Knute,
>
> > I've tried using that function, but I get a warning that the warning
> wasn't found. I put this in my input file:
> > #(ly:expect-warning "calculation-in-progress")
>
> Did you try
>
> #(ly:e
Hi Knute,
> I've tried using that function, but I get a warning that the warning wasn't
> found. I put this in my input file:
> #(ly:expect-warning "calculation-in-progress")
Did you try
#(ly:expect-warning "cyclic dependency")
??
If that doesn’t help, you’ll have to escalate it above my pay
On Mon, Oct 14, 2024 at 3:35 AM Kieren MacMillan <
kie...@kierenmacmillan.info> wrote:
> Hi Knute,
>
> > Any ideas on how to suppress these error messages without suppressing
> all messages?
>
> Function: ly:expect-warning str rest
> A Scheme callable function to register a warning to be expected
Hi Knute,
> Any ideas on how to suppress these error messages without suppressing all
> messages?
Function: ly:expect-warning str rest
A Scheme callable function to register a warning to be expected and
subsequently suppressed. If the warning is not encountered, a warning about the
missing war
On Sun, Oct 13, 2024 at 4:33 PM Saul Tobin
wrote:
> Not an answer to the question, but an observation: in my experience, these
> messages tend to indicate calculations that are a significant performance
> hit to the score compilation time. Do you notice whether the piece you are
> working on with
Not an answer to the question, but an observation: in my experience, these
messages tend to indicate calculations that are a significant performance
hit to the score compilation time. Do you notice whether the piece you are
working on with a lot of cross staff beaming is notably slower to compile
t