]> git.donarmstrong.com Git - lilypond.git/commitdiff
(get_pages): Simplistic page breaking.
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 8 Mar 2004 23:50:59 +0000 (23:50 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 8 Mar 2004 23:50:59 +0000 (23:50 +0000)
lily/paper-book.cc

index 6c1c21c75b8e6b704362044ecc3e973f48ef0ea1..c43899c270090e6ff229e1940d4e0d2d2d0ac24e 100644 (file)
@@ -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.