X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fline-interface.hh;h=04efea0cab6e2eb6b22d9f31531c07ef30752116;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=ec33ce93c6300f94869f29a0076f70cae7579c9e;hpb=2c8c61b3a5cddbb155786a1ca027528701c91ac9;p=lilypond.git diff --git a/lily/include/line-interface.hh b/lily/include/line-interface.hh index ec33ce93c6..04efea0cab 100644 --- a/lily/include/line-interface.hh +++ b/lily/include/line-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2006 Han-Wen Nienhuys + (c) 2004--2008 Han-Wen Nienhuys */ #ifndef LINE_INTERFACE_HH @@ -16,6 +16,12 @@ struct Line_interface { static Stencil line (Grob *me, Offset from, Offset to); DECLARE_GROB_INTERFACE(); + static Stencil make_zigzag_line (Grob *me, + Offset from, + Offset to); + static Stencil make_trill_line (Grob *me, + Offset from, + Offset to); static Stencil make_dashed_line (Real th, Offset from, Offset to, Real, Real); static Stencil make_line (Real th, Offset from, Offset to); static Stencil make_arrow (Offset beg, Offset end, Real thick,