]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-spanner.hh
release: 1.5.29
[lilypond.git] / lily / include / text-spanner.hh
index 119384067cd64bb5dbaf895932b12e1509f1ceee..97b43e4187745fec5b3b899b37ee09a553895ec9 100644 (file)
@@ -1,37 +1,22 @@
 /*
-  textspanner.hh -- part of GNU LilyPond
+  text-spanner.hh -- declare Text_spanner
 
-  (c) 1996,97 Han-Wen Nienhuys
+  source file of the GNU LilyPond music typesetter
+
+  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#ifndef TEXTSPANNER_HH
-#define TEXTSPANNER_HH
 
-#include "string.hh"
-#include "directional-spanner.hh"
-#include "text-def.hh"
+#ifndef TEXT_SPANNER_HH
+#define TEXT_SPANNER_HH
 
-/** a spanner which puts texts on top of other spanners.  Use for
-  triplets, eentweetjes, ottava, etc.  */
-class Text_spanner : public Spanner {
-public:
-    Directional_spanner * support_span_l_;
-    General_script_def * spec_p_;
-    Offset text_off_;
-    NAME_MEMBERS();
+#include "lily-guile.hh"
 
-    void set_support(Directional_spanner*);
-    Text_spanner();
-    Text_spanner(Text_spanner const&);
-protected:
-    SCORE_ELEM_CLONE(Text_spanner);
-    ~Text_spanner();
-    virtual void do_substitute_dependency(Score_elem*,Score_elem*);
-    virtual void do_pre_processing();
-    virtual void do_post_processing();
-    virtual Interval height() const ;
-    virtual Molecule* brew_molecule_p()const;
-    virtual void do_print() const;
+class Text_spanner
+{
+public:
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  static bool has_interface (Grob*);
 };
-#endif // TEXTSPANNER_HH
 
+#endif /* TEXT_SPANNER_HH */