]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/duration.cc
release: 1.1.43
[lilypond.git] / lib / duration.cc
index f65348ae6daa2a199124f5e49867bf42bf7ef337..bd9435fd829167c269d192a2d7f7386c974e3d43 100644 (file)
@@ -3,13 +3,16 @@
 
   source file of the LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
            Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+
+  UGH. Duration is broken.
 */
 
 #include <assert.h>
+
 #include "proto.hh"
-#include "plist.hh"
 #include "string.hh"
 #include "source-file.hh"
 #include "source.hh"
@@ -45,10 +48,8 @@ Duration::compress (Moment m)
   plet_.type_i_ *= m.den_i (); 
 }
 
-// ugh, what's this?
-// i should be called "mom ()", ... or at least "length_mom ()"
 Moment
-Duration::length () const
+Duration::length_mom () const
 {
   return Duration_convert::dur2_mom (*this);
 }