]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
* scm/translation-functions.scm (determine-frets-mf): new
[lilypond.git] / lily / include / duration.hh
index 00fb689cd6af57ee9fd27d3e135137e281905c80..b3e7841f08bedb50158e2b98ac31a049592e952b 100644 (file)
@@ -20,7 +20,7 @@ public:
 
   Duration ();
   Duration (int, int);
-  String to_string () const;
+  string to_string () const;
 
   Duration compressed (Rational) const;
   Rational get_length () const;
@@ -31,7 +31,7 @@ public:
   static int compare (Duration const &, Duration const &);
 
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));
-  DECLARE_SIMPLE_SMOBS (Duration,);
+  DECLARE_SIMPLE_SMOBS (Duration);
 
 private:
   /// Logarithm of the base duration.