]> git.donarmstrong.com Git - lilypond.git/blob - lily/warn.cc
release: 1.3.18
[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--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
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"
18
19 ostream &warnout (cerr);
20
21 void
22 progress_indication (String s)
23 {
24   cerr << s << flush;
25 }
26