]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
patch::: 1.3.58.jcn2
[lilypond.git] / lily / include / text-item.hh
index 4e6f14764edb074a8e995c5751c70f651f3f1661..d69a23f0af7592ac6bdd27bc1764538ce5f1f412 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Text_item : public Item
 {
 public:
-  // junkme.
-  String text_str_;
-
   VIRTUAL_COPY_CONS (Score_element);
+   static SCM scheme_molecule (SCM);
+  
+Text_item (SCM s);
 protected:
-  virtual void do_print () const;
-  virtual Molecule *do_brew_molecule_p () const;
+  Molecule do_brew_molecule () const;
 };
 
 #endif /* Text_ITEM_HH */