]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-spacing-result.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / page-spacing-result.hh
index 46a25d04edb59f38352135e9cc89688016cf7a24..85c5f054c7159f9e2796d75144dac7ecbe069aaa 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2007--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -19,8 +19,10 @@ struct Page_spacing_result {
   Real penalty_;
   Real demerits_;
 
+  Real average_force () const;
   vsize page_count () const;
-  vsize system_count () const;  
+  vsize system_count () const;
+  void print () const;  
   Page_spacing_result ();
 };