]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / duration.hh
index b3e7841f08bedb50158e2b98ac31a049592e952b..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;