]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/duration.hh
release: 1.3.0
[lilypond.git] / lib / include / duration.hh
index a4f5cdc71c5d034c00f155e65008a1a2db31052b..28580b63af32f93c5a0a56211c89a3b107700dbb 100644 (file)
@@ -13,7 +13,7 @@
 #define DURATION_HH
 
 #include "fproto.hh"
-#include "moment.hh"
+#include "rational.hh"
 #include "plet.hh"
 
 /**
@@ -27,11 +27,11 @@ struct Duration {
   bool plet_b ();
   String str () const;
   void set_plet (int,int );
-  void compress (Moment);
+  void compress (Rational);
 
   static bool duration_type_b (int t);
   void set_ticks (int ticks_i );
-  Moment length_mom () const ;
+  Rational length_mom () const ;
   static int division_1_i_s;
 
   /// Logarithm of the base duration.