]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-def.cc
patch::: 1.3.54.hwn2
[lilypond.git] / lily / midi-def.cc
index 0b289edb9566f06ce641c98f288b9764c53f65bc..753976a9b605792e25913067387ab92d04c9787d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2000 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
 }