X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpage-spacing.hh;h=846fe1be3e12043f86db917733283eb0eacd345b;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=9bb37804a7e7aba5214e8dc6e68ae21a2381d826;hpb=45493eefc3647f4b8c83515ee3176e05a6250195;p=lilypond.git diff --git a/lily/include/page-spacing.hh b/lily/include/page-spacing.hh index 9bb37804a7..846fe1be3e 100644 --- a/lily/include/page-spacing.hh +++ b/lily/include/page-spacing.hh @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Joe Neeman + (c) 2006--2008 Joe Neeman */ #ifndef PAGE_SPACING_HH @@ -61,12 +61,15 @@ struct Page_spacing Real rod_height_; Real spring_len_; Real inverse_spring_k_; + Real page_top_space_; Line_details last_line_; + Line_details first_line_; - Page_spacing (Real page_height) + Page_spacing (Real page_height, Real page_top_space) { page_height_ = page_height; + page_top_space_ = page_top_space; clear (); }