From: Jan Nieuwenhuizen Date: Mon, 8 Mar 2004 23:50:59 +0000 (+0000) Subject: (get_pages): Simplistic page breaking. X-Git-Tag: release/2.1.30~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e81206f23c86f120c006e624c7644814d48f96c0;p=lilypond.git (get_pages): Simplistic page breaking. --- diff --git a/lily/paper-book.cc b/lily/paper-book.cc index 6c1c21c75b..c43899c270 100644 --- a/lily/paper-book.cc +++ b/lily/paper-book.cc @@ -15,6 +15,9 @@ #include "stencil.hh" #include "paper-outputter.hh" +// -- this simply adds one Page per \score +// #define ONE_SCORE_PER_PAGE + // WIP -- simplistic page interface // Do we need this at all? SCM, smob? class Page @@ -114,7 +117,7 @@ Paper_book::output () } /* - WIP -- this simply adds one Page per \score + WIP FIXME: titling is broken.