2 textspanner.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
11 #include "directional-spanner.hh"
12 #include "text-def.hh"
14 /** a spanner which puts texts on top of other spanners. Use for
15 triplets, eentweetjes, ottava, etc. */
16 struct Text_spanner
: Spanner
{
19 Directional_spanner
*support
;
23 NAME_MEMBERS(Text_spanner
);
24 virtual void do_pre_processing();
25 virtual void do_post_processing();
26 virtual Interval
height() const ;
27 virtual Molecule
* brew_molecule_p()const;
28 virtual void do_print() const;
29 virtual Spanner
* do_break_at(PCol
*,PCol
*)const;
31 void set_support(Directional_spanner
*);
33 #endif // TEXTSPANNER_HH