X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flookup.hh;h=5fe740482593e6f93365d63aa31086a1709ce7da;hb=ea03bb1d323aef010eea00c1709d3dab56c0bf0b;hp=5b7614531625c0bb02099c3618bcdf8b3d054409;hpb=594eb2bfac1040ecc6961c79442bea2a2cedec82;p=lilypond.git diff --git a/lily/include/lookup.hh b/lily/include/lookup.hh index 5b76145316..5fe7404825 100644 --- a/lily/include/lookup.hh +++ b/lily/include/lookup.hh @@ -29,7 +29,7 @@ namespace Lookup Stencil bracket (Axis a, Interval iv, Real thick, Real protrude, Real blot); Stencil circle (Real rad, Real thick, bool filled); Stencil rotated_box (Real slope, Real width, Real thick, Real blot); - Stencil round_filled_polygon (vector const &points, Real blotdiameter); + Stencil round_filled_polygon (vector const &points, Real blotdiameter, Real extroversion = -1.0); Stencil frame (Box b, Real thick, Real blot); Stencil slur (Bezier controls, Real cthick, Real thick, SCM dash_definition);