]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
patch::: 1.3.67.mb1: Re: Broken features
[lilypond.git] / lily / include / text-item.hh
index 8b73e999bb6714aa9b6fc9c1ddda951b1ac40475..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,32 +1 @@
-/*   
-  text-item.hh -- declare Text_item
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef Text_ITEM_HH
-#define Text_ITEM_HH
-
-#include "item.hh"
-
-/**
-   Print a text in specified style.
- */
-class Text_item : public Item
-{
-public:
-  String text_str_;
-  String style_str_;
-
-  Text_item ();
-  VIRTUAL_COPY_CONS (Score_element);
-protected:
-  virtual void do_print () const;
-  virtual Molecule *do_brew_molecule_p () const;
-};
-
-#endif /* Text_ITEM_HH */