X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fduration.hh;h=3376f081c0d2aeba3d7cffd538ea84c3083d6473;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=e337ac58cb4fc5764c2175f1774645c8009ea97c;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/duration.hh b/lily/include/duration.hh index e337ac58cb..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--2007 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;