]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-book.cc
bad
[lilypond.git] / lily / paper-book.cc
index 4678ee3895b88d6f8b11bd1e200d213a5dafac8e..0de38c54fa700e988074157eb455a637c2a5962f 100644 (file)
@@ -532,6 +532,9 @@ Paper_book::get_system_specs ()
                          list == texts? SCM_BOOL_T : SCM_BOOL_F);
 
              paper_system_set_stencil (ps, *unsmob_stencil (t));
+             
+             SCM footnotes = get_footnotes (unsmob_stencil (t)->expr ());
+             ps->set_property ("footnotes", scm_reverse (footnotes));
              ps->set_property ("is-title", SCM_BOOL_T);
              if (list != texts)
                /* For each markup other than the first, place it as closely as