]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-def.hh
release: 1.3.55
[lilypond.git] / lily / include / midi-def.hh
index ef0029b418fbc84aa3db5f0eef454db3d296bfbf..67cdcef24911ca37299bfe750f6a69a2c8387ddb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -31,7 +31,7 @@ public:
   Midi_def();
   ~Midi_def();
 
-  Real duration_to_seconds_f (Moment);
+  Real length_mom_to_seconds_f (Moment);
   int get_tempo_i (Moment moment);
   void print() const;
   void set_tempo (Moment moment, int count_per_minute_i);