X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Finterpretation-context-handle.hh;h=4d630936c03cb83574fd365cff593bf81da24688;hb=94189ec2b8da6d7e89dc619c646a927adead9b19;hp=fc15f7a19db3efc765d05490e7f1db62928a7c34;hpb=9b34d4afef6dd3f50c8f9cec1e613eb44f8c7913;p=lilypond.git diff --git a/lily/include/interpretation-context-handle.hh b/lily/include/interpretation-context-handle.hh index fc15f7a19d..4d630936c0 100644 --- a/lily/include/interpretation-context-handle.hh +++ b/lily/include/interpretation-context-handle.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Han-Wen Nienhuys + (c) 1999--2001 Han-Wen Nienhuys */ @@ -13,18 +13,20 @@ 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 */