]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hyphen-spanner.hh
2003 -> 2004
[lilypond.git] / lily / include / hyphen-spanner.hh
index 8d7243f3a021746375fa86535e9792c661d64bf3..cd713c4a35cfdf2ec3d33b6b10611246eb1e0b93 100644 (file)
@@ -1,7 +1,7 @@
 /*
   hyphen-spanner.hh -- part of GNU LilyPond
 
-  (c)  1999--2003 Glen Prideaux <glenprideaux@iname.com>
+  (c) 1999--2004 Glen Prideaux <glenprideaux@iname.com>
 */
 
 #ifndef HYPHEN_SPANNER_HH
@@ -12,8 +12,7 @@
 struct Hyphen_spanner 
 {
 public:
-  Spanner* elt_;
-  Hyphen_spanner (Spanner*);
+  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM));
   void set_textitem (Direction, Grob*);
   bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));