X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstencil.hh;h=09a0ef01487156b729dcc038702ed29239cf60a5;hb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;hp=63318a38b8fd7244381db95e028bf362638c4741;hpb=1e9b3a12dfaa81f718a5b5d203161be8ca732013;p=lilypond.git diff --git a/lily/include/stencil.hh b/lily/include/stencil.hh index 63318a38b8..09a0ef0148 100644 --- a/lily/include/stencil.hh +++ b/lily/include/stencil.hh @@ -1,14 +1,25 @@ /* - stencil.hh -- declare Stencil + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2011 Han-Wen Nienhuys - (c) 1997--2007 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 STENCIL_HH #define STENCIL_HH -#include // size_t +#include // size_t using namespace std; #include "lily-proto.hh" @@ -68,6 +79,7 @@ public: void rotate_degrees_absolute (Real, Offset); void align_to (Axis a, Real x); void translate_axis (Real, Axis); + void scale (Real, Real); Interval extent (Axis) const; Box extent_box () const; @@ -78,14 +90,13 @@ public: DECLARE_UNSMOB (Stencil, stencil); void interpret_stencil_expression (SCM expr, - void (*func) (void *, SCM), - void *func_arg, - Offset o); + void (*func) (void *, SCM), + void *func_arg, + Offset o); SCM find_expression_fonts (SCM expr); void register_stencil_head (SCM symbol); bool is_stencil_head (SCM symbol); SCM all_stencil_heads (); - #endif /* STENCIL_HH */