]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/plet.hh
release: 1.3.0
[lilypond.git] / lib / include / plet.hh
index dbb26da95dcb04b091425a4e644c4db20c78422d..42ef83b435d86cbbd9ac82d5a0894a14202134a0 100644 (file)
@@ -9,7 +9,7 @@
 
 #ifndef PLET_HH
 #define PLET_HH
-#include "moment.hh"
+#include "rational.hh"
 
 /** 
   The type and replacement value of a  plet (triplet, quintuplet.) Conceptually the same as a rational, but 4/6 != 2/3.
@@ -18,7 +18,7 @@
  */
 struct Plet {
   Plet ();
-  Moment mom () const;
+  Rational mom () const;
   bool unit_b () const;
   int iso_i_;  // 2/3; 2 is not duration, maar of count!
   int type_i_;