]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-book.hh
* scm/music-functions.scm (def-grace-function): move macros from
[lilypond.git] / lily / include / paper-book.hh
index 7975a5aa9a3f9eb7e5ec07cea68f21257eb05d36..16aa45f9834966c71479d22c6bfea0efda8e55a8 100644 (file)
@@ -22,11 +22,20 @@ struct Score_lines
   void gc_mark ();
 };
 
+/*
+  
+  DOCME.
+  
+*/
 class Paper_book
 {
   DECLARE_SMOBS (Paper_book, );
 
-  Real height_;
+  SCM lines_;
+  SCM pages_;
+
+  
+  Real height_;                        // what is this variable for? 
   SCM copyright_;
   SCM tagline_;
 public: