]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / lookup.hh
index c68460c3b920fda566159c6fb828a82f4501c50c..3c9c19d7dee28756f628d4f845f6cb673b4244f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 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
 
 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);
-  static Stencil slur (Bezier controls, Real cthick, Real thick, 
+  static Stencil slur (Bezier controls, Real cthick, Real thick,
                        SCM dash_definition);
   static Stencil bezier_sandwich (Bezier top_curve, Bezier bottom_curve,
                                   Real thickness);