]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-hyphen.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / lyric-hyphen.hh
index ba3cb67a88992a6bc5c6b9b5fd2b4292d285d2bd..00d87adda44ef06e81712f884d7e23309246189b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   hyphen-spanner.hh -- part of GNU LilyPond
 
-  (c) 1999--2005 Glen Prideaux <glenprideaux@iname.com>
+  (c) 1999--2006 Glen Prideaux <glenprideaux@iname.com>
 */
 
 #ifndef HYPHEN_SPANNER_HH
@@ -9,12 +9,12 @@
 
 #include "spanner.hh"
 
-struct Hyphen_spanner 
+struct Hyphen_spanner
 {
 public:
-  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM));
-  bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
+  bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 
 #endif // HYPHEN_SPANNER_HH