Re: Suppressing warnings

2017-02-28 Thread Simon Albrecht
Am 28.02.2017 um 03:13 schrieb Andrew Bernard: I have a warning '... crescendo too small...' which I want to ignore in the log output. Using this (at the top level): #(ly:expect-warning "crescendo too small") does nothing. How exactly do you suppress warnings? From trial and error, I

Suppressing warnings

2017-02-27 Thread Andrew Bernard
I have a warning '... crescendo too small...' which I want to ignore in the log output. Using this (at the top level): #(ly:expect-warning "crescendo too small") does nothing. How exactly do you suppress warnings? Andrew ___ lilypond-user mailing

Suppressing warnings

2009-09-29 Thread Nick Payne
Most of the scores I work on are guitar (multiple voices on a single staff), and on nearly all of them I wind up with many ignoring too many clashing note columns warnings in the console output, which makes it harder to see errors that I *do* want to catch. At the moment I'm half way through a

Re: Suppressing warnings

2009-09-29 Thread Graham Percival
On Tue, Sep 29, 2009 at 09:17:28PM +1000, Nick Payne wrote: Most compilers I have used over the years have pragmas to allow the suppression of specific warning messages. I think this would be useful in Lilypond as well. This has been a feature request for at least 4 years. Patches