]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interpretation-context-handle.hh
* lily/dynamic-engraver.cc (typeset_all):
[lilypond.git] / lily / include / interpretation-context-handle.hh
index a8adf33cb4a1057bdc405ebf451db43dcef95b98..3ba8ee5b4d6619e5c82a15e9dcaee03558904ea9 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 class Interpretation_context_handle
 {
-  Translator_group * report_to_l_;
-  void down ();
-  void up (Translator_group*);
 public:
   ~Interpretation_context_handle ();
   Interpretation_context_handle ();
-  void set_translator (Translator_group*);
+
+  void set_translator (Context *);
   bool try_music (Music *);
-  void operator =(Interpretation_context_handle const&);
+  void operator = (Interpretation_context_handle const&);
   Interpretation_context_handle (Interpretation_context_handle const&);
-  Translator_group * report_to_l () const;
+  Context * get_outlet () const;
+
+  int get_count () const;
+  void quit ();
+private:
+  Context * outlet_;
+  void down ();
+  void up (Context *);
 };
 
 #endif /* INTERPRETATION_CONTEXT_HANDLE_HH */