X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fline-interface.hh;h=04efea0cab6e2eb6b22d9f31531c07ef30752116;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=ccbd83eba121f648bd21e483a9ec02b4afef01c3;hpb=c3805257667c04b22ba780ad9b3f4a37788cf6bd;p=lilypond.git diff --git a/lily/include/line-interface.hh b/lily/include/line-interface.hh index ccbd83eba1..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--2007 Han-Wen Nienhuys + (c) 2004--2008 Han-Wen Nienhuys */ #ifndef LINE_INTERFACE_HH @@ -16,7 +16,10 @@ struct Line_interface { static Stencil line (Grob *me, Offset from, Offset to); DECLARE_GROB_INTERFACE(); - static Stencil zigzag_stencil (Grob *me, + 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);