Fix InstrumentSwitch grob definition.
[lilypond.git] / flower / include / warn.hh
blobd2b1722adcac8b4a32eb663bb49c0561c96ba7fc
1 /*
2 warn.hh -- declare Error message functions
4 source file of the LilyPond music typesetter
6 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef WARN_HH
10 #define WARN_HH
12 #include "std-string.hh"
14 void error (string s);
15 void message (string s);
16 void non_fatal_error (string);
17 void programming_error (string s);
18 void progress_indication (string s);
19 void warning (string s);
21 #endif /* WARN_HH */