From e81206f23c86f120c006e624c7644814d48f96c0 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 8 Mar 2004 23:50:59 +0000
Subject: [PATCH] (get_pages): Simplistic page breaking.

---
 lily/paper-book.cc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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.
   
-- 
2.39.5