X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstencil.hh;h=6b78c18e4b313ac59980909a917ed6dd90556152;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=cc8d750c1ffba583f35e3989cd9a3c52ee507e27;hpb=f4abbfff5f0d985a457e15586dbcc3ae473b0dee;p=lilypond.git diff --git a/lily/include/stencil.hh b/lily/include/stencil.hh index cc8d750c1f..6b78c18e4b 100644 --- a/lily/include/stencil.hh +++ b/lily/include/stencil.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2014 Han-Wen Nienhuys + Copyright (C) 1997--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,12 +55,15 @@ using namespace std; DIMENSIONS = (Interval (0, 0), Interval (0, 0) */ -class Stencil +class Stencil : public Simple_smob { +public: + SCM mark_smob (); + static const char type_p_name_[]; +private: Box dim_; SCM expr_; - DECLARE_SIMPLE_SMOBS (Stencil); public: Stencil (Box, SCM s); Stencil ();