]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-book.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / paper-book.cc
index b91129b5d2c4fe5be3c032c079eaac2e50066781..8ef498aaec847516fe388469e4d3f9db22e25bd8 100644 (file)
@@ -381,7 +381,7 @@ Paper_book::pages ()
 
   pages_ = SCM_EOL;
   SCM proc = paper_->c_variable ("page-breaking");
-  pages_ = scm_apply_0 (proc, scm_list_1(self_scm ()));
+  pages_ = scm_apply_0 (proc, scm_list_2 (systems (), self_scm ()));
   return pages_;
 }