]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.30
authorfred <fred>
Sun, 24 Mar 2002 19:29:31 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:31 +0000 (19:29 +0000)
hdr/textspanner.hh

index 8bfb9aab6b63ad7a483048bdb654b01880a478df..40ae5ffa640706156a141e6fa495347a83f33900 100644 (file)
 #include "textdef.hh"
 
 /// a spanner which puts texts on top of other spanners.
+/**
+  Use for triplets, eentweetjes, ottava, etc.
+  */
 struct Text_spanner : Spanner {
     Text_def spec;
-    Offset tpos;
+    Offset text_off_;
     Directional_spanner*support;
 
-    /****************/
+    /* *************** */
 
     const char * name() const;
     virtual    void do_pre_processing();
     virtual    void do_post_processing();
-    Molecule* brew_molecule_p()const;
     virtual    Interval height() const ;
-    void do_print() const;
+    virtual Molecule* brew_molecule_p()const;
+    virtual void do_print() const;
     virtual Spanner* do_break_at(PCol*,PCol*)const;
     Text_spanner();
     void set_support(Directional_spanner*);
 };
-/**
-  Use for triplets, eentweetjes, ottava, etc.
-  */
-
 #endif // TEXTSPANNER_HH