]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interpretation-context-handle.hh
*** empty log message ***
[lilypond.git] / lily / include / interpretation-context-handle.hh
index fef97760236d214902e24d3bd23833fed542fa63..2a1a3641282f8e7787b52413210391d228a190c4 100644 (file)
 #define INTERPRETATION_CONTEXT_HANDLE_HH
 #include "lily-proto.hh"
 
+/*
+RENAME ME to Context_handle.
+*/
+   
 class Interpretation_context_handle
 {
 public:
   ~Interpretation_context_handle ();
   Interpretation_context_handle ();
-  Interpretation_context_handle* clone () const;
-  void set_translator (Context *);
+
+  void set_context (Context *);
   bool try_music (Music *);
   void operator = (Interpretation_context_handle const&);
   Interpretation_context_handle (Interpretation_context_handle const&);