]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-spacing.cc
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / lily / page-spacing.cc
index c2988d8502e37785a54ebf658932710aa310c6bb..a705827d2274df700b56503bc8b60bb06d58dcb8 100644 (file)
@@ -102,8 +102,8 @@ Page_spacing::account_for_footnotes (Line_details const &line)
              : 0.0))
          +
          (footnote_height
-          - (has_footnotes_
-             ? breaker_->footnote_padding () + breaker_->footnote_footer_padding ()
+          + (has_footnotes_
+             ? breaker_->footnote_padding () + breaker_->footnote_footer_padding ()
              : 0.0));
 }