]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
Merge with master
[lilypond.git] / lily / global-context.cc
index 6bfbe20454419979de18853231929f2d4b52c4d1..f4aff0398eeaa977015b2142e212c88985aa7fa8 100644 (file)
@@ -14,16 +14,13 @@ using namespace std;
 #include "context-def.hh"
 #include "dispatcher.hh"
 #include "international.hh"
-#include "lilypond-key.hh"
 #include "music-iterator.hh"
 #include "music.hh"
 #include "output-def.hh"
 #include "warn.hh"
 
-Global_context::Global_context (Output_def *o, Object_key *key)
-  : Context (new Lilypond_context_key (key,
-                                      Moment (0),
-                                      "Global", "", 0))
+Global_context::Global_context (Output_def *o)
+  : Context ()
 {
   output_def_ = o;
   definition_ = find_context_def (o, ly_symbol2scm ("Global"));