]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.9
authorfred <fred>
Sun, 24 Mar 2002 19:55:22 +0000 (19:55 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:55:22 +0000 (19:55 +0000)
lily/include/paper-def.hh

index cb75f8437f683a3a08e7ae1432f0b06bd3cf999a..41b8e2d38e8d5c5464a9df9e7b40a1a1fec69d99 100644 (file)
@@ -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