X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flookup.hh;h=bfe5d57b0326ed37895ae402ab63c1193c5ccba5;hb=db4c4e9f240b6c1becad366e1b62495e395cc10c;hp=ec8aeede49863aac272095760f1d72810fac4291;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/include/lookup.hh b/lily/include/lookup.hh index ec8aeede49..bfe5d57b03 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--2009 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -16,21 +16,21 @@ struct Lookup { static Stencil dot (Offset p, Real radius); - static Stencil bracket (Axis a, Interval iv, Real thick, Real protude, Real blot); - static Stencil accordion (SCM arg, Real interline_f, Font_metric *fm); + static Stencil bracket (Axis a, Interval iv, Real thick, Real protrude, Real blot); 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); - static Stencil slur (Bezier controls, Real cthick, Real thick); - static Stencil bezier_sandwich (Bezier top_curve, Bezier bottom_curve); + static Stencil slur (Bezier controls, Real cthick, Real thick, + SCM dash_definition); + static Stencil bezier_sandwich (Bezier top_curve, Bezier bottom_curve, + Real thickness); static Stencil beam (Real slope, Real width, Real thick, Real blot); - static Stencil dashed_slur (Bezier, Real thick, Real dash_period, Real dash_fraction); static Stencil blank (Box b); static Stencil filled_box (Box b); static Stencil round_filled_box (Box b, Real blotdiameter); static Stencil repeat_slash (Real w, Real slope, Real th); static Stencil horizontal_line (Interval w, Real th); - static Stencil triangle (Interval, Real, Real); + static Stencil triangle (Interval iv, Real thick, Real protrude); static Stencil points_to_line_stencil (Real thick, vector const &points); };