From: hanwen <hanwen>
Date: Thu, 16 Feb 2006 02:18:23 +0000 (+0000)
Subject: (class Paper_book):
X-Git-Tag: release/2.7.38^2~132
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=45cfd640478acbefa02a117a6ff16e727c106d2a;p=lilypond.git

(class Paper_book):
make get_system_specs() public.
---

diff --git a/ChangeLog b/ChangeLog
index bf63a5424f..1ce394b799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* lily/include/paper-book.hh (class Paper_book):
+	make get_system_specs() public.
+
 	* scm/layout-page-layout.scm (optimal-page-breaks): only consider
 	the force=10000 case if we don't have a current-best. 
 
diff --git a/lily/include/paper-book.hh b/lily/include/paper-book.hh
index e841c15158..6717d4f159 100644
--- a/lily/include/paper-book.hh
+++ b/lily/include/paper-book.hh
@@ -26,7 +26,6 @@ class Paper_book
 
   void add_score_title (SCM);
   SCM get_score_title (SCM);
-  SCM get_system_specs ();
   
 public:
   SCM header_;
@@ -42,6 +41,9 @@ public:
   SCM performances () const;
   SCM systems ();
   SCM pages ();
+  SCM get_system_specs ();
+
+
   Stencil book_title ();
   Stencil score_title (SCM);