X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flookup.hh;h=8de676f26254eedc6b29e22514a363894145d6ba;hb=5d3ad90b7bea98b61c01e00258360e234853aa9b;hp=b07acd6ef0b4f6477ed646da3d49a7e20c5299c0;hpb=dafdaf6f564e4b658de316f629484cbeecf3c803;p=lilypond.git diff --git a/lily/include/lookup.hh b/lily/include/lookup.hh index b07acd6ef0..8de676f262 100644 --- a/lily/include/lookup.hh +++ b/lily/include/lookup.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -17,7 +17,6 @@ struct Lookup { static Stencil dot (Offset p, Real radius); static Stencil bracket (Axis a, Interval iv, Real thick, Real protrude, Real blot); - static Stencil accordion (SCM arg, Real interline_f, Font_metric *fm); static Stencil rotated_box (Real slope, Real width, Real thick, Real blot); static Stencil round_filled_polygon (vector const &points, Real blotdiameter); static Stencil frame (Box b, Real thick, Real blot);