]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hyphen-spanner.hh
release: 1.3.61
[lilypond.git] / lily / include / hyphen-spanner.hh
index ec60dee675302c50d6e7a9e879d73b23a126ebb2..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 () const;
-  Interval do_height () const;
-
-  void after_line_breaking ();
-  VIRTUAL_COPY_CONS (Score_element);
-
-  Drul_array<Real> dx_f_drul_;
+  static SCM scheme_molecule (SCM);
 };
 
 #endif // HYPHEN_SPANNER_HH