lilypond-1.3.5
[lilypond.git] / lily / warn.cc
blob36231783801d492490c1755e13438e6a00e9ada5
1 /*
2 warn.cc -- implement warning and error messages. Needs cleanup.
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 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);
20 ostream *mlog (&cerr);