]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lookup.hh
Move rotated_box () from Stem_tremolo:: to Lookup::
[lilypond.git] / lily / include / lookup.hh
index 54ad282f9f23fb61782690f782d84969dc7a0113..db5f2d9cc78a631edcf8bcd480c695f35ed82448 100644 (file)
@@ -18,6 +18,7 @@ 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 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);