Re: ly:expect-warning not working

2019-09-28 Thread Knute Snortum
On Sat, Sep 28, 2019 at 4:42 PM Aaron Hill wrote: > On 2019-09-28 4:09 pm, Knute Snortum wrote: > > I haven't been able to get the ly:expect-warning function working > > properly. Here is a MWE: > > > > %%% Start > > \version "2.19.83" > >

Re: ly:expect-warning not working

2019-09-28 Thread Aaron Hill
On 2019-09-28 4:09 pm, Knute Snortum wrote: I haven't been able to get the ly:expect-warning function working properly. Here is a MWE: %%% Start \version "2.19.83" \include "english.ly" #(ly:expect-warning "omitting tuplet bracket") { \clef bass \tuplet 3/

ly:expect-warning not working

2019-09-28 Thread Knute Snortum
I haven't been able to get the ly:expect-warning function working properly. Here is a MWE: %%% Start \version "2.19.83" \include "english.ly" #(ly:expect-warning "omitting tuplet bracket") { \clef bass \tuplet 3/2 4 { << { g4 s8 gf4 s8 f4 s8 s4

Re: ly:expect-warning (was Re: Slur from one voice to another emitswarning)

2017-06-10 Thread David Kastrup
"Trevor Daniels" <t.dani...@treda.co.uk> writes: > David, you wrote Monday, June 05, 2017 5:34 PM > > >> Richard Shann <rich...@rshann.plus.com> writes: >> >>> I found by trial-and-error that if I remove any of the three occurren

Re: ly:expect-warning (was Re: Slur from one voice to another emitswarning)

2017-06-09 Thread Trevor Daniels
David, you wrote Monday, June 05, 2017 5:34 PM > Richard Shann <rich...@rshann.plus.com> writes: > >> I found by trial-and-error that if I remove any of the three occurrences >> of the ly:expect-warning the warning returns. >> >> Where should it be cal

Re: ly:expect-warning (was Re: Slur from one voice to another emits warning)

2017-06-06 Thread Richard Shann
so I can't have warnings. Any thoughts? > >> > >> Sometimes one has to accept warnings, so in future situations > >> ly:expect-warning might be your friend (unless it is banned from > >> Mutopia? I’d be surprised). It only needs the beginning of the warning > >>

Re: ly:expect-warning (was Re: Slur from one voice to another emits warning)

2017-06-05 Thread David Kastrup
pt warnings, so in future situations >> ly:expect-warning might be your friend (unless it is banned from >> Mutopia? I’d be surprised). It only needs the beginning of the warning >> string, like >> #(ly:expect-warning "cannot have") > > Simon - I was intrigued by th

ly:expect-warning (was Re: Slur from one voice to another emits warning)

2017-06-05 Thread Richard Shann
On Sun, 2017-06-04 at 17:48 +0200, Simon Albrecht wrote: > On 04.06.2017 15:50, Knute Snortum wrote: > > I post to Mutopia so I can't have warnings. Any thoughts? > > Sometimes one has to accept warnings, so in future situations > ly:expect-warning might be your friend (unless

Re: #(ly:expect-warning )

2014-05-20 Thread Simon Albrecht
)) (if ( c 0) (begin (ly:expect-warning message) (loop (1- c)) #(suppress MIDI channel wrapped around 5) #(suppress remapping modulo 16 5) Note there's also a warning for expected error NOT encountered. HTH, David Thanks a lot, Simon

#(ly:expect-warning )

2014-05-18 Thread Simon Albrecht
Hello, I just tried to suppress a series of expected warnings, but the scheme function seems to suppress only the first of a kind. See attached file. Why is this? Best regards, Simon \version 2.19.3 #(ly:expect-warning MIDI channel wrapped around) #(ly:expect-warning remapping modulo 16

Re: #(ly:expect-warning )

2014-05-18 Thread David Nalesnik
(ly:expect-warning message) (loop (1- c)) #(suppress MIDI channel wrapped around 5) #(suppress remapping modulo 16 5) Note there's also a warning for expected error NOT encountered. HTH, David ___ lilypond-user mailing list