]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interpretation-context-handle.hh
* scm/output-lib.scm (shift-right-at-line-begin): new function:
[lilypond.git] / lily / include / interpretation-context-handle.hh
index a8adf33cb4a1057bdc405ebf451db43dcef95b98..6ab87d406409f8f318d5e78901b6242afd8ad817 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--2003 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 ();
+  Interpretation_context_handle* clone () const;
   void set_translator (Translator_group*);
   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;
+  Translator_group * report_to () const;
+  int get_count () const;
+  void quit ();
+private:
+  Translator_group * report_to_;
+  void down ();
+  void up (Translator_group*);
 };
 
 #endif /* INTERPRETATION_CONTEXT_HANDLE_HH */