]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
release: 1.3.56
[lilypond.git] / lily / include / text-item.hh
index f6aaa02928310b469ca24ae66b4e9712d0678b06..d70347307a86ebcb914673b2b8c96435d33ec420 100644 (file)
@@ -19,6 +19,9 @@ 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 () const;
 };