lilypond-1.3.28
[lilypond.git] / lily / warn.cc
blob5513d2524f623c54e7cf266c37392dbe5b44d3cd
1 /*
2 warn.cc -- implement warning and error messages. Needs cleanup.
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "proto.hh"
10 #include "debug.hh"
11 #include "my-lily-lexer.hh"
12 #include "moment.hh"
13 #include "timing-translator.hh"
14 #include "source-file.hh"
15 #include "source.hh"
16 #include "main.hh"
17 #include "input.hh"
19 ostream &warnout (cerr);
21 void
22 progress_indication (String s)
24 cerr << s << flush;