]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hyphen-spanner.hh
release: 1.3.61
[lilypond.git] / lily / include / hyphen-spanner.hh
index 3086facc32154c0fff6b4f2705c67e5a44034c42..f1ef2ea45d4a04a6454fbc9c498154e8e234a5aa 100644 (file)
   The length of the hyphen line should stretch based on the
   size of the gap between syllables.
   */
-class Hyphen_spanner : public Spanner
+struct Hyphen_spanner // interface
 {
 public:
-Hyphen_spanner ();
+  Spanner* elt_l_;
+  Hyphen_spanner  (Spanner*);
   void set_textitem (Direction, Item*);
-
-protected:
-  virtual Molecule* do_brew_molecule_p () const;
-  Interval do_height () const;
-
-  void do_post_processing ();
-  VIRTUAL_COPY_CONS (Score_element);
-
-  Drul_array<Real> dx_f_drul_;
+  static SCM scheme_molecule (SCM);
 };
 
 #endif // HYPHEN_SPANNER_HH