]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/constrained-breaking.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / constrained-breaking.hh
index ca662e854e6244d6e0ae18f7924ff5df73eed0e6..8f2a4de2effeea35c0e0fc030069d39d01e5cecf 100644 (file)
@@ -17,8 +17,7 @@ struct Line_details {
   Real force_;
   Real extent_;   /* Y-extent of the system */
   Real padding_;  /* compulsory space after this system (if we're not last on a page) */
-  Real bottom_padding_;
-  Real space_;    /* spring length */
+  Real space_;    /* spring length (stretches over extent_ but not over padding_) */
   Real inverse_hooke_;
 
   SCM break_permission_;
@@ -33,7 +32,6 @@ struct Line_details {
     force_ = infinity_f;
     extent_ = 0;
     padding_ = 0;
-    bottom_padding_ = 0;
     space_ = 0;
     inverse_hooke_ = 1;
     break_permission_ = ly_symbol2scm ("allow");