]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / line-interface.hh
index d28eb0df2b97b5644ac7d786e0dc0941edbd95e3..3a56c9c746a73027995072944789807ea019f2f6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 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 */