X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmidi-def.cc;h=47899ae06640c4c2ff45302ca4752ebdfd5b162b;hb=9bc467a994787949def91708bf3bd50d088db982;hp=81ea51e5afe96857ec4db889caf40da0fc2968f6;hpb=3a46c107cba4b3d2dba74e21f9046cc399c8baf1;p=lilypond.git diff --git a/lily/midi-def.cc b/lily/midi-def.cc index 81ea51e5af..47899ae066 100644 --- a/lily/midi-def.cc +++ b/lily/midi-def.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Jan Nieuwenhuizen + (c) 1997--1999 Jan Nieuwenhuizen */ #include @@ -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 }