From 3639deb950d8c48fdc4d0cc812eb95e1511cd968 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 16 Feb 2006 02:18:23 +0000 Subject: [PATCH] (class Paper_book): make get_system_specs() public. --- ChangeLog | 3 +++ lily/include/paper-book.hh | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf63a5424f..1ce394b799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-02-16 Han-Wen Nienhuys + * 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); -- 2.39.2