]> git.donarmstrong.com Git - lilypond.git/commitdiff
(class Paper_book):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Feb 2006 02:18:23 +0000 (02:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Feb 2006 02:18:23 +0000 (02:18 +0000)
make get_system_specs() public.

ChangeLog
lily/include/paper-book.hh

index bf63a5424fe222e2919d115d5eaa5ae607ee40bb..1ce394b79982fd4f2dab6c3367118ee650f04c4a 100644 (file)
--- 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. 
 
index e841c15158cde1300e73193c73c64aaa876e027e..6717d4f159d6d8f702e49c5cc7137af543ef6ec2 100644 (file)
@@ -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);