]> git.donarmstrong.com Git - lilypond.git/blob - debug.cc
release: 0.0.3
[lilypond.git] / debug.cc
1 #include "debug.hh"
2 #include "dstream.hh"
3 #include "vector.hh"
4
5 Dstream monitor(&cout,".dstreamrc");
6
7 void
8 debug_init()
9 {
10     set_matrix_debug(monitor);
11 }