]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-def.cc
release: 1.3.4
[lilypond.git] / lily / midi-def.cc
index 0b289edb9566f06ce641c98f288b9764c53f65bc..47899ae06640c4c2ff45302ca4752ebdfd5b162b 100644 (file)
@@ -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
 }