Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(401)

Unified Diff: lily/include/page-breaking.hh

Issue 5293053: Sketch for in-notes. (Closed)
Patch Set: Updates after Neil's comments. Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/constrained-breaking.hh ('k') | lily/include/page-layout-problem.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/page-breaking.hh
diff --git a/lily/include/page-breaking.hh b/lily/include/page-breaking.hh
index 7d50db2524e9eaffc55705ce1fc2be206067aadc..eb2fe5370d9b25c7611692d79bd4dd74f59fd28e 100644
--- a/lily/include/page-breaking.hh
+++ b/lily/include/page-breaking.hh
@@ -126,6 +126,7 @@ public:
vsize system_count () const;
Real footnote_separator_stencil_height () const;
Real footnote_padding () const;
+ Real in_note_padding () const;
Real footnote_number_raise () const;
Real footnote_footer_padding () const;
Real line_count_penalty (int line_count) const;
@@ -190,6 +191,7 @@ private:
vsize system_count_;
Real footnote_separator_stencil_height_;
Real footnote_padding_;
+ Real in_note_padding_;
Real footnote_number_raise_;
Real footnote_footer_padding_;
int orphan_penalty_;
@@ -230,7 +232,7 @@ private:
void create_system_list ();
void find_chunks_and_breaks (Break_predicate, Prob_break_predicate);
SCM make_page (int page_num, bool last) const;
- SCM get_page_configuration (SCM systems, int page_num, int footnote_count, bool ragged, bool last);
- SCM draw_page (SCM systems, SCM config, int page_num, int footnote_num, bool last);
+ SCM get_page_configuration (SCM systems, int page_num, bool ragged, bool last);
+ SCM draw_page (SCM systems, SCM config, int page_num, bool last);
};
#endif /* PAGE_BREAKING_HH */
« no previous file with comments | « lily/include/constrained-breaking.hh ('k') | lily/include/page-layout-problem.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b