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")

\score {
  <<
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  \new Staff { c'1 }
  >>
  \midi { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to