lilypond-1.3.130
[lilypond.git] / lily / warn.cc
blobb371ddabe8351e72caf07c8d96417a865d7c77b0
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 "debug.hh"
10 #include "my-lily-lexer.hh"
11 #include "moment.hh"
12 #include "timing-translator.hh"
13 #include "source-file.hh"
14 #include "source.hh"
15 #include "main.hh"
16 #include "input.hh"
18 ostream &warnout (cerr);
20 void
21 progress_indication (String s)
23 cerr << s << flush;