]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/extender-spanner.hh
release: 1.3.61
[lilypond.git] / lily / include / extender-spanner.hh
index a86a3d0e03eb3286bbdf18575af2bf4929d75fdb..0fe3b35b66276d242ba285b816aa985cbede090b 100644 (file)
   extend beond, lasting the whole duration of the melissima
   (as in MUP, urg).
   */
-class Lyric_extender : public Spanner
+class Lyric_extender // interface
 {
 public:
-  Lyric_extender (SCM);
+  Spanner*elt_l_;
+  Lyric_extender (Spanner*);
   void set_textitem (Direction, Item*);
- static SCM scheme_molecule (SCM);
-  
-
-protected:
-  Molecule do_brew_molecule () const;
-  void after_line_breaking ();
-  VIRTUAL_COPY_CONS (Score_element);
-
-  Drul_array<Real> dx_f_drul_;
+  static SCM scheme_molecule (SCM);
 };
 
 #endif // EXTENDER_SPANNER_HH