lilypond-0.0.5
[lilypond.git] / debug.cc
blob34859a3c9f70c93242c47e6a4b1589198f816229
1 #include <fstream.h>
2 #include "debug.hh"
3 #include "dstream.hh"
4 #include "vector.hh"
6 Dstream monitor(&cout,".dstreamrc");
7 ostream * nulldev = new ofstream("/dev/null");
8 void
9 debug_init()
11 set_matrix_debug(monitor);