X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fskyline-pair.hh;h=0164f785f6f312788a1d7acad78d59240a4a1647;hb=7aa6257a56d35226e88bab86fa17671751f580d1;hp=c7f9182108e3a20450465c1b97996bdc25dfd6e2;hpb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;p=lilypond.git diff --git a/lily/include/skyline-pair.hh b/lily/include/skyline-pair.hh index c7f9182108..0164f785f6 100644 --- a/lily/include/skyline-pair.hh +++ b/lily/include/skyline-pair.hh @@ -1,10 +1,20 @@ -/* - skyline-pair.hh -- declare Skyline_pair - - source file of the GNU LilyPond music typesetter - - (c) 2008--2009 Han-Wen Nienhuys - +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 2008--2011 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #ifndef SKYLINE_PAIR_HH @@ -17,7 +27,7 @@ class Skyline_pair private: Drul_array skylines_; - DECLARE_SIMPLE_SMOBS(Skyline_pair); + DECLARE_SIMPLE_SMOBS (Skyline_pair); public: Skyline_pair (); Skyline_pair (vector const &boxes, Real horizon_padding, Axis a); @@ -31,6 +41,8 @@ public: bool is_empty () const; void print () const; void print_points () const; + + DECLARE_SCHEME_CALLBACK (skyline, (SCM, SCM)); }; #endif /* SKYLINE_PAIR_HH */