X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fduration.hh;h=69cbba5e9df8b7e3db2597312253722c01fe071a;hb=a6bbe2fa3fceea9a153dad35294679ae54868671;hp=e337ac58cb4fc5764c2175f1774645c8009ea97c;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/include/duration.hh b/lily/include/duration.hh index e337ac58cb..69cbba5e9d 100644 --- a/lily/include/duration.hh +++ b/lily/include/duration.hh @@ -3,7 +3,7 @@ source file of the LilyPond music typesetter - (c) 1997--2007 Jan Nieuwenhuizen + (c) 1997--2009 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;