]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / lookup.hh
index cb1f461dfa98aed9bc581ad054e28bf5ba63757d..3c9c19d7dee28756f628d4f845f6cb673b4244f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -26,8 +26,8 @@
 
 struct Lookup
 {
-  static Stencil dot (Offset p, Real radius);
   static Stencil bracket (Axis a, Interval iv, Real thick, Real protrude, Real blot);
+  static Stencil circle (Real rad, Real thick, bool filled);
   static Stencil rotated_box (Real slope, Real width, Real thick, Real blot);
   static Stencil round_filled_polygon (vector<Offset> const &points, Real blotdiameter);
   static Stencil frame (Box b, Real thick, Real blot);