]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
release: 1.5.4
[lilypond.git] / lily / include / moment.hh
index fca85bb458be577be03c091af6bd018db67982fe..a882bb098623e2c2bceb319db137d8344aaac5e8 100644 (file)
@@ -14,7 +14,8 @@
 #include "rational.hh"
 
 /**
-   Rationals with glue for Guilification;
+   Musical timing (Main-timing, grace-timing) with glue for
+   Guilification;
 */
 class Moment
 {
@@ -26,7 +27,8 @@ public:
 
   Moment (Rational m);
 
-
+  Moment operator - () const;
+  
   void operator += (Moment const &m);
   void operator -= (Moment const &m);  
 
@@ -34,7 +36,7 @@ public:
   void operator /= (Moment const &m);  
 
   Rational main_part_;
-  Rational grace_mom_;
+  Rational grace_part_;
 
   void set_infinite (int k);