]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-def.hh
release: 0.0.70pre
[lilypond.git] / lily / include / text-def.hh
index 0cc584f742287c582b6fed21647d406d7ade8575..0fff834f857ffb278ac1d0a0aea97514f6be2449 100644 (file)
@@ -16,7 +16,7 @@ class Text_def : public General_script_def {
 protected:
     virtual Atom get_atom(Paper_def* p, int dir_i_)const;
     NAME_MEMBERS();
-    VIRTUAL_COPY_CONS(Text_def,General_script_def)
+    VIRTUAL_COPY_CONS(Text_def,General_script_def);
 public:
     /**
       centered , or aligned?
@@ -29,6 +29,7 @@ public:
     String style_str_;
     
     /* *************** */
+    virtual void do_print() const;
     virtual ~Text_def() {};
     bool do_equal_b(const Text_def&)const;
     Text_def();