X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-book.hh;h=e5302c298b6c84fa2c47e9ec5291765ef6eb9bd6;hb=eeb0e852589b3e90623ee589e0b6dfd2535d0688;hp=e2b678d30c5e75975ecadbfff0ddaa8e730cd612;hpb=6d2e47f69fe7ca82e89334abaa640e82cd1581ef;p=lilypond.git diff --git a/lily/include/paper-book.hh b/lily/include/paper-book.hh index e2b678d30c..e5302c298b 100644 --- a/lily/include/paper-book.hh +++ b/lily/include/paper-book.hh @@ -8,17 +8,19 @@ #ifndef PAPER_BOOK_HH #define PAPER_BOOK_HH -#include "lily-guile.hh" #include "parray.hh" #include "protected-scm.hh" #include "smobs.hh" -struct Score_lines +class Output_def; +class Stencil; + +struct Score_systems { - SCM lines_; + SCM systems_; SCM header_; - Score_lines () ; + Score_systems () ; void gc_mark (); }; @@ -33,16 +35,16 @@ class Paper_book { DECLARE_SMOBS (Paper_book, ); - SCM lines_; + SCM systems_; SCM pages_; public: SCM header_; - Array score_lines_; - Output_def *bookpaper_; + Array score_systems_; + Output_def *paper_; Paper_book (); - SCM lines (); + SCM systems (); SCM pages (); Stencil book_title (); Stencil score_title (int);