From 6c7286a2da0cde8cfbd08b05e01ddc193ecc7aa9 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:55:22 +0000 Subject: [PATCH] lilypond-0.1.9 --- lily/include/paper-def.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5