]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
``slikken kreng''
[lilypond.git] / lily / include / duration.hh
index f301fe296acab5406623fabee68db870cae4e134..fff532d9805d39140396bce59764a54673fe559d 100644 (file)
@@ -22,7 +22,7 @@ public:
   
   Duration ();
   Duration (int, int);
-  String str () const;
+  String string () const;
 
   Duration compressed (Rational) const;
   Rational length_mom () const ;
@@ -38,8 +38,8 @@ public:
 
 private:
     /// Logarithm of the base duration.
-  int durlog_i_;
-  int dots_i_;
+  int durlog_;
+  int dots_;
 
   Rational factor_;
 };