From: fred Date: Sun, 24 Mar 2002 19:55:22 +0000 (+0000) Subject: lilypond-0.1.9 X-Git-Tag: release/1.5.59~4025 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6c7286a2da0cde8cfbd08b05e01ddc193ecc7aa9;p=lilypond.git lilypond-0.1.9 --- diff --git a/lily/include/paper-def.hh b/lily/include/paper-def.hh index cb75f8437f..41b8e2d38e 100644 --- a/lily/include/paper-def.hh +++ b/lily/include/paper-def.hh @@ -77,7 +77,10 @@ public: /** convert a duration to an idealspacing influence using the geometric_ and parameters. */ - Real duration_to_dist (Moment); + Real duration_to_dist (Moment, Real)const; + Real geometric_spacing(Moment)const; + Real arithmetic_constant(Moment minimal_mom)const; + Real arithmetic_spacing( Moment mom,Real constant)const; }; #endif // Paper_def_HH