]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hyphen-spanner.hh
(main): don't identify binary.
[lilypond.git] / lily / include / hyphen-spanner.hh
index f1ef2ea45d4a04a6454fbc9c498154e8e234a5aa..68c3e1636081f456c4756dd4e5059b4a2ec8de80 100644 (file)
@@ -1,7 +1,7 @@
 /*
   hyphen-spanner.hh -- part of GNU LilyPond
 
-  (c) 1999 Glen Prideaux <glenprideaux@iname.com>
+  (c)  1999--2003 Glen Prideaux <glenprideaux@iname.com>
 */
 
 #ifndef HYPHEN_SPANNER_HH
@@ -9,22 +9,16 @@
 
 #include "spanner.hh"
 
-/** 
-  centred hyphen 
-
-  A centred hyphen is a simple line between lyrics used to
-  divide syllables.
-
-  The length of the hyphen line should stretch based on the
-  size of the gap between syllables.
-  */
-struct Hyphen_spanner // interface
+struct Hyphen_spanner 
 {
 public:
-  Spanner* elt_l_;
-  Hyphen_spanner  (Spanner*);
-  void set_textitem (Direction, Item*);
-  static SCM scheme_molecule (SCM);
+  Spanner* elt_;
+
+  DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM));
+  Hyphen_spanner (Spanner*);
+  void set_textitem (Direction, Grob*);
+  bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 };
 
 #endif // HYPHEN_SPANNER_HH