]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.2
authorfred <fred>
Wed, 9 Oct 1996 12:49:59 +0000 (12:49 +0000)
committerfred <fred>
Wed, 9 Oct 1996 12:49:59 +0000 (12:49 +0000)
debug.cc

index 548a76c1863f68c2a0696b1a7174681da4feeeb6..69c5a04a5b3e9ed58c165d2877b5a1e5f159ae6e 100644 (file)
--- a/debug.cc
+++ b/debug.cc
@@ -1,4 +1,5 @@
 #include "debug.hh"
+#include "dstream.hh"
 int debug_flags;
 
 void
@@ -13,3 +14,5 @@ set_debug(String s)
        mtor << "Turning on parser debugger\n";
     }
 }
+
+Dstream monitor(cout,".dstreamrc");