]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / lily / include / grob.hh
index 49c5556c13c2574d2dabfc013c2e04c4a1b4ebe0..4a111b233dd7444021524fd6c1295a96caca41b5 100644 (file)
@@ -111,14 +111,14 @@ public:
   virtual void discretionary_processing ();
   virtual SCM do_derived_mark () const;
 
-  Molecule * get_molecule () const;
-  SCM get_uncached_molecule () const;
+  Stencil * get_stencil () const;
+  SCM get_uncached_stencil () const;
 
   SCM get_property_alist_chain (SCM) const;
   void suicide ();
   bool live () const;
   
-  DECLARE_SCHEME_CALLBACK (molecule_extent, (SCM smob, SCM axis));
+  DECLARE_SCHEME_CALLBACK (stencil_extent, (SCM smob, SCM axis));
 
   static SCM ly_set_grob_property (SCM, SCM,SCM);
   static SCM ly_get_grob_property (SCM, SCM);