]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-score.hh
*** empty log message ***
[lilypond.git] / lily / include / paper-score.hh
index 43bc6a58364250d4b397997faba57e09e8025cb5..f20b1b34ef4b0dddeb930ce7dabd1727d738ed75 100644 (file)
@@ -3,24 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef PAPER_SCORE_HH
 #define PAPER_SCORE_HH
 
 #include "column-x-positions.hh"
-#include "parray.hh"
-#include "lily-proto.hh"
 #include "music-output.hh"
-#include "lily-guile.hh"
-#include "protected-scm.hh"
 
-/* PAPER output */
+/* LAYOUT output */
 class Paper_score : public Music_output
 {
 public:
-  Paper_def *paper_;
+  Output_def *layout_;
   System *system_;
 
   Paper_score ();