]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hyphen-spanner.hh
patch::: 1.3.63.uu1: Re: Lilypond?
[lilypond.git] / lily / include / hyphen-spanner.hh
index 920c4c35fa2871638658a675a86e85938e746091..e8947a42091f5b1b73b26a827efc0f75f0dbcef8 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 (SCM);
-  void set_textitem (Direction, Item*);
- static SCM scheme_molecule (SCM);
-  
-
-protected:
-  Molecule do_brew_molecule () const;
-  Interval do_height () const;
-
-  void after_line_breaking ();
-  VIRTUAL_COPY_CONS (Score_element);
-
-  Drul_array<Real> dx_f_drul_;
+  Spanner* elt_l_;
+  Hyphen_spanner  (Spanner*);
+  void set_textitem (Direction, Score_element*);
+  static SCM brew_molecule (SCM);
 };
 
 #endif // HYPHEN_SPANNER_HH