]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/interpretation-context-handle.hh
* lily/tuplet-bracket.cc (calc_position_and_height): check musical
[lilypond.git] / lily / include / interpretation-context-handle.hh
index 8b05d48b84456517adc9e9d70b5c481c1972b1f7..6ab87d406409f8f318d5e78901b6242afd8ad817 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,10 +21,11 @@ public:
   bool try_music (Music *);
   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_l_;
+  Translator_group * report_to_;
   void down ();
   void up (Translator_group*);
 };