]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interpretation-context-handle.hh
release: 1.3.131
[lilypond.git] / lily / include / interpretation-context-handle.hh
index fc15f7a19db3efc765d05490e7f1db62928a7c34..4d630936c03cb83574fd365cff593bf81da24688 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--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 class Interpretation_context_handle
 {
-  Translator_group * report_to_l_;
-public:
-  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&);
   Interpretation_context_handle (Interpretation_context_handle const&);
   Translator_group * report_to_l () const;
+
+private:
+  Translator_group * report_to_l_;
+  void down ();
+  void up (Translator_group*);
 };
 
 #endif /* INTERPRETATION_CONTEXT_HANDLE_HH */