]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-hyphen.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / lyric-hyphen.hh
index d842a389e9cc4b6be5585c7af15d9d8c28749095..fc335bc8215fd121d71b253fefbe3aa472a8efa6 100644 (file)
@@ -1,19 +1,33 @@
 /*
-  hyphen-spanner.hh -- part of GNU LilyPond
+  This file is part of LilyPond, the GNU music typesetter.
 
-  (c) 1999--2006 Glen Prideaux <glenprideaux@iname.com>
+  Copyright (C) 1999--2014 Glen Prideaux <glenprideaux@iname.com>
+
+  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 HYPHEN_SPANNER_HH
 #define HYPHEN_SPANNER_HH
 
-#include "spanner.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 struct Lyric_hyphen
 {
 public:
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
-  bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE ();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };