]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-def.cc
release: 1.2.11
[lilypond.git] / lily / midi-def.cc
index 275939aa4ec4117e1f1a55c2b54063d6c475d85b..0b289edb9566f06ce641c98f288b9764c53f65bc 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>
@@ -11,7 +11,6 @@
 #include "midi-def.hh"
 #include "translator.hh"
 #include "performance.hh"
-#include "assoc-iter.hh"
 #include "score-performer.hh"
 #include "debug.hh"
 
@@ -32,7 +31,7 @@ Midi_def::~Midi_def()
 }
 
 Real
-Midi_def::duration_to_seconds_f (Moment mom)
+Midi_def::length_mom_to_seconds_f (Moment mom)
 {
   if (!mom)
     return 0;
@@ -67,10 +66,8 @@ Midi_def::print() const
 #endif
 }
 
-
-IMPLEMENT_IS_TYPE_B1(Midi_def, Music_output_def);
-
 int Midi_def::default_count_i_=0;
+
 int
 Midi_def::get_next_default_count () const
 {