]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-context.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / global-context.hh
index bbb3095a11a43141ffbb35cf36347e8da8ae732e..2fcbfca2982cc7ff770d9a862dd36fe43efa122a 100644 (file)
@@ -21,7 +21,7 @@ class Global_context : public virtual Context
 
   friend class Output_def;
 public:
-  Global_context (Output_def *, Object_key *key);
+  Global_context (Output_def *);
   int get_moments_left () const;
   Moment sneaky_insert_extra_moment (Moment);
   void add_moment_to_process (Moment);
@@ -44,5 +44,6 @@ protected:
 };
 
 SCM ly_format_output (SCM);
+Global_context *unsmob_global_context (SCM x);
 
 #endif // GLOBAL_CONTEXT_HH