]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
Merge branch 'master' into lilypond/translation
[lilypond.git] / lily / include / spanner.hh
index 3942e60068301f0a0a69800881d8c75d9b165231..43468754edb5077d7e4973021a50f3b6fb5fe2b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2010 Han-Wen Nienhuys
+  Copyright (C) 1996--2011 Han-Wen Nienhuys
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -78,7 +78,12 @@ public:
   DECLARE_GROB_INTERFACE();
   virtual System *get_system () const;
 
+  SCM get_cached_pure_property (SCM sym, int start, int end);
+  void cache_pure_property (SCM sym, int start, int end, SCM value);
+
 protected:
+  SCM pure_property_cache_;
+
   void set_my_columns ();
   virtual Grob *clone () const;
   virtual void do_break_processing ();