]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-def.cc
release: 0.1.41
[lilypond.git] / lily / midi-def.cc
index 480e0a7969576ac21bd8192e81da1fe48f7f5359..e7da659d1982c1270d1beea7466ae6a78a961b8a 100644 (file)
@@ -62,7 +62,7 @@ Midi_def::print() const
 #ifndef NPRINT
   Music_output_def::print ();
   DOUT << "Midi {";
-  DOUT << "4/min: " << Real (60) / (whole_in_seconds_mom_ * 4);
+  DOUT << "4/min: " << Moment (60) / (whole_in_seconds_mom_ * Moment (4));
   DOUT << "}\n";
 #endif
 }