Re: Suppressing some errors in output but not others

2024-10-15 Thread Kieren MacMillan
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

Re: Suppressing some errors in output but not others

2024-10-15 Thread Knute Snortum
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

Re: Suppressing some errors in output but not others

2024-10-15 Thread Kieren MacMillan
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

Re: Suppressing some errors in output but not others

2024-10-14 Thread Knute Snortum
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

Re: Suppressing some errors in output but not others

2024-10-14 Thread Kieren MacMillan
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

Re: Suppressing some errors in output but not others

2024-10-13 Thread Knute Snortum
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

Re: Suppressing some errors in output but not others

2024-10-13 Thread Saul Tobin
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