X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fline-interface.hh;h=e4e267c7cc2e949ba7c6685f2f87f840a3506308;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=188806213222e80bc1532a5bfb202e84936c133d;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/lily/include/line-interface.hh b/lily/include/line-interface.hh index 1888062132..e4e267c7cc 100644 --- a/lily/include/line-interface.hh +++ b/lily/include/line-interface.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2004--2011 Han-Wen Nienhuys + Copyright (C) 2004--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,20 +26,20 @@ struct Line_interface { static Stencil line (Grob *me, Offset from, Offset to); - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); static Stencil make_zigzag_line (Grob *me, - Offset from, - Offset to); + Offset from, + Offset to); static Stencil make_trill_line (Grob *me, - Offset from, - Offset to); + 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, - Real length, Real width); + Real length, Real width); static Stencil arrows (Grob *me, Offset from, Offset to, - bool from_arrow, - bool to_arrow); + bool from_arrow, + bool to_arrow); }; #endif /* LINE_INTERFACE_HH */