]> 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 c37153285e544baefd771d03f1685607b7dddff1..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>
   
 */
 
@@ -21,7 +21,8 @@ struct Page_spacing_result {
 
   Real average_force () const;
   vsize page_count () const;
-  vsize system_count () const;  
+  vsize system_count () const;
+  void print () const;  
   Page_spacing_result ();
 };