X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fpage-spacing.hh;h=bf8a7e1826c3f8a3e2e06f9b2d27874a7fbf1650;hb=794dcbdb52faf4292036cd1b0270a956cf4316a3;hp=958a1b21ff08b2bffd51b5746db2f29abaf91daf;hpb=df221999366536dd66fbad10d1a3a32657976d99;p=lilypond.git diff --git a/lily/include/page-spacing.hh b/lily/include/page-spacing.hh index 958a1b21ff..bf8a7e1826 100644 --- a/lily/include/page-spacing.hh +++ b/lily/include/page-spacing.hh @@ -83,15 +83,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_breaking const *breaker_; - Page_spacing (Real page_height, Real page_top_space) + Page_spacing (Real page_height, Page_breaking const *breaker) { page_height_ = page_height; - page_top_space_ = page_top_space; + breaker_ = breaker; clear (); }