X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fduration.hh;h=0914e754e3171ae1e28f958d74558159eb4577b2;hb=5c55d2c95253397557c48cdc30b11d708a5a5582;hp=931fdab7c9aae1fd0efb3be63c7821692e80bf4e;hpb=5d1ddaf889233f8e5c32a118f9e843e1becca2d2;p=lilypond.git diff --git a/lily/include/duration.hh b/lily/include/duration.hh index 931fdab7c9..0914e754e3 100644 --- a/lily/include/duration.hh +++ b/lily/include/duration.hh @@ -1,10 +1,9 @@ /* duration.hh -- declare Duration - - source file of the LilyPond music typesetter - (c) 1997--2005 Jan Nieuwenhuizen + source file of the LilyPond music typesetter + (c) 1997--2007 Jan Nieuwenhuizen */ #ifndef DURATION_HH @@ -14,24 +13,26 @@ /** A musical duration. - */ -struct Duration { +*/ +struct Duration +{ public: - + Duration (); Duration (int, int); - String to_string () const; + Duration (Rational, bool scale); + string to_string () const; Duration compressed (Rational) const; - Rational get_length () const ; + Rational get_length () const; Rational factor () const { return factor_; } int duration_log () const; int dot_count () const; - static int compare (Duration const&, Duration const&); + 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.