]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-def.cc
patch::: 1.3.9.hwn2
[lilypond.git] / lily / midi-def.cc
index 81ea51e5afe96857ec4db889caf40da0fc2968f6..47899ae06640c4c2ff45302ca4752ebdfd5b162b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
 
 */
 #include <math.h>
@@ -59,10 +59,10 @@ void
 Midi_def::print() const
 {
 #ifndef NPRINT
+  DEBUG_OUT << "MIDI {\n";
   Music_output_def::print ();
-  DOUT << "Midi {";
-  DOUT << "4/min: " << Moment (60) / (whole_in_seconds_mom_ * Moment (4));
-  DOUT << "}\n";
+  DEBUG_OUT << "4/min: " << Moment (60) / (whole_in_seconds_mom_ * Moment (4));
+  DEBUG_OUT << "}\n";  
 #endif
 }