X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fduration.hh;h=3376f081c0d2aeba3d7cffd538ea84c3083d6473;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b3e7841f08bedb50158e2b98ac31a049592e952b;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/include/duration.hh b/lily/include/duration.hh index b3e7841f08..3376f081c0 100644 --- a/lily/include/duration.hh +++ b/lily/include/duration.hh @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2006 Jan Nieuwenhuizen + (c) 1997--2008 Jan Nieuwenhuizen */ #ifndef DURATION_HH @@ -20,6 +20,7 @@ public: Duration (); Duration (int, int); + Duration (Rational, bool scale); string to_string () const; Duration compressed (Rational) const;