]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-spacing.cc
Adds automatic numbering to footnotes.
[lilypond.git] / lily / page-spacing.cc
index b04d3f394a17bde64118bc01598bf6bf19f04488..bae7ae6fb773d861440184ccf9685d194305eebb 100644 (file)
@@ -77,7 +77,8 @@ Page_spacing::account_for_footnotes (Line_details const &line)
       footnote_height += (has_footnotes_
                           ? 0.0
                           : (breaker_->footnote_separator_stencil_height ()
-                             + breaker_->footnote_padding ()));
+                             + breaker_->footnote_padding ()
+                             + breaker_->footnote_number_raise ()));
 
       has_footnotes_ = true;
       Interval extent = line.footnotes_[i]->extent (Y_AXIS);