]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-interface.hh
Pass a list of design sizes into add-music-fonts function.
[lilypond.git] / lily / include / line-interface.hh
index ccbd83eba121f648bd21e483a9ec02b4afef01c3..d28eb0df2b97b5644ac7d786e0dc0941edbd95e3 100644 (file)
@@ -1,9 +1,20 @@
 /*
-  line-interface.hh -- declare
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2004--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
-  (c) 2004--2007 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
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  LilyPond is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef LINE_INTERFACE_HH
@@ -16,7 +27,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);