]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:49 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:49 +0000 (19:28 +0000)
hdr/textspanner.hh
src/textitem.cc

index 81c8b87c328e35767d4222843d50b38c9b29b300..8bfb9aab6b63ad7a483048bdb654b01880a478df 100644 (file)
@@ -16,14 +16,18 @@ struct Text_spanner : Spanner {
     Text_def spec;
     Offset tpos;
     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 print() const;
+    void do_print() const;
     virtual Spanner* do_break_at(PCol*,PCol*)const;
-    Text_spanner(Directional_spanner*);
+    Text_spanner();
+    void set_support(Directional_spanner*);
 };
 /**
   Use for triplets, eentweetjes, ottava, etc.
index 8be0d378cce2144fc1bac569b2a8367922bdc2ed..13790d740e51eed555e9ae60e613d607afa1ea08 100644 (file)
@@ -5,6 +5,8 @@
 #include "molecule.hh"
 #include "lookup.hh"
 
+NAME_METHOD(Text_item);
+
 Text_item::Text_item(Text_req* treq_l, int staffsize_i)
 {
     staffsize_i_ = staffsize_i;