]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-book.cc
Revert "bad"
[lilypond.git] / lily / paper-book.cc
index 0de38c54fa700e988074157eb455a637c2a5962f..4678ee3895b88d6f8b11bd1e200d213a5dafac8e 100644 (file)
@@ -532,9 +532,6 @@ 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