X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fpaper-system.hh;h=5df57abf0341fcaab043a02fdb740250eb3ab382;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=b86077cc7d2c3186eaf20284b20918c8aafe9448;hpb=01afb846676872dca8f4dfb14f1ea83fecaf6b3c;p=lilypond.git diff --git a/lily/include/paper-system.hh b/lily/include/paper-system.hh index b86077cc7d..5df57abf03 100644 --- a/lily/include/paper-system.hh +++ b/lily/include/paper-system.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2005 Jan Nieuwenhuizen + (c) 2004--2006 Jan Nieuwenhuizen */ #ifndef PAPER_SYSTEM_HH #define PAPER_SYSTEM_HH @@ -20,7 +20,6 @@ class Paper_system { DECLARE_SMOBS (Paper_system,); - Stencil stencil_; SCM mutable_property_alist_; SCM immutable_property_alist_; @@ -28,12 +27,8 @@ class Paper_system public: Paper_system (Stencil, SCM); - Stencil to_stencil () const; - SCM stencils () const; SCM internal_get_property (SCM sym) const; void internal_set_property (SCM sym, SCM val); - bool is_title () const; - Real break_before_penalty () const; };