]> git.donarmstrong.com Git - lilypond.git/blob - lily/warn.cc
1bead33c1dd1ef61c82b4e46933ebf810d571173
[lilypond.git] / lily / warn.cc
1 /*
2   warn.cc -- implement warning and error messages. Needs cleanup.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "debug.hh"
10 #include "my-lily-lexer.hh"
11 #include "moment.hh"
12 #include "source-file.hh"
13 #include "source.hh"
14 #include "main.hh"
15 #include "input.hh"
16
17 ostream &warnout (cerr);
18
19 void
20 progress_indication (String s)
21 {
22   cerr << s << flush;
23 }
24