]> 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 e3c7a89c33fc66ff398b809f62e43167b837507d..d69a23f0af7592ac6bdd27bc1764538ce5f1f412 100644 (file)
@@ -19,8 +19,11 @@ class Text_item : public Item
 {
 public:
   VIRTUAL_COPY_CONS (Score_element);
+   static SCM scheme_molecule (SCM);
+  
+Text_item (SCM s);
 protected:
-  virtual Molecule *do_brew_molecule_p () const;
+  Molecule do_brew_molecule () const;
 };
 
 #endif /* Text_ITEM_HH */