X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fglobal-context.hh;h=3872ea0f3a20d0714e84f6c582d8bfc2e3563eb0;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=647ec914d0845c0d101a12271ef325f1fcdbfc1b;hpb=cfbe7661413b152a10293f3da7fb412e325254f9;p=lilypond.git diff --git a/lily/include/global-context.hh b/lily/include/global-context.hh index 647ec914d0..3872ea0f3a 100644 --- a/lily/include/global-context.hh +++ b/lily/include/global-context.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef GLOBAL_CONTEXT_HH @@ -21,31 +21,29 @@ class Global_context : public virtual Context friend class Output_def; public: - Global_context (Output_def *, Moment final, Object_key *key); + Global_context (Output_def *); int get_moments_left () const; Moment sneaky_insert_extra_moment (Moment); void add_moment_to_process (Moment); void run_iterator_on_me (Music_iterator *); - virtual Score_context *get_score_context () const; + virtual Context *get_score_context () const; void apply_finalizations (); void add_finalization (SCM); + DECLARE_LISTENER (prepare); virtual SCM get_output (); - virtual void prepare (Moment); - virtual void one_time_step (); - virtual void finish (); virtual Output_def *get_output_def () const; virtual Moment now_mom () const; virtual Context *get_default_interpreter (); Moment previous_moment () const; protected: - Moment final_mom_; Moment prev_mom_; Moment now_mom_; }; SCM ly_format_output (SCM); +Global_context *unsmob_global_context (SCM x); #endif // GLOBAL_CONTEXT_HH