]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hyphen-spanner.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / hyphen-spanner.hh
index e8947a42091f5b1b73b26a827efc0f75f0dbcef8..8d8b90f4835c01150c20871cc60c45927a1eeac9 100644 (file)
@@ -9,22 +9,13 @@
 
 #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, Score_element*);
-  static SCM brew_molecule (SCM);
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
 };
 
 #endif // HYPHEN_SPANNER_HH