]> git.donarmstrong.com Git - lilypond.git/blob - lily/warn.cc
patch::: 1.5.22.jcn4
[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 "timing-translator.hh"
13 #include "source-file.hh"
14 #include "source.hh"
15 #include "main.hh"
16 #include "input.hh"
17
18 ostream &warnout (cerr);
19
20 void
21 progress_indication (String s)
22 {
23   cerr << s << flush;
24 }
25