2 line-interface.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
10 #ifndef LINE_INTERFACE_HH
11 #define LINE_INTERFACE_HH
13 #include "lily-proto.hh"
17 static Stencil line (Grob *me, Offset from, Offset to);
18 static bool has_interface (Grob*);
19 static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real);
20 static Stencil make_line (Real th, Offset from, Offset to);
23 #endif /* LINE_INTERFACE_HH */