]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / duration.hh
index 377d54ef0e973a8895d123e127478912c8e570a1..3376f081c0d2aeba3d7cffd538ea84c3083d6473 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef DURATION_HH
@@ -20,6 +20,7 @@ public:
 
   Duration ();
   Duration (int, int);
+  Duration (Rational, bool scale);
   string to_string () const;
 
   Duration compressed (Rational) const;
@@ -31,7 +32,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.