X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fglobal-context.cc;h=f4aff0398eeaa977015b2142e212c88985aa7fa8;hb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;hp=6bfbe20454419979de18853231929f2d4b52c4d1;hpb=801b2c64360b181dabe76d02bb001b88e2643bb6;p=lilypond.git diff --git a/lily/global-context.cc b/lily/global-context.cc index 6bfbe20454..f4aff0398e 100644 --- a/lily/global-context.cc +++ b/lily/global-context.cc @@ -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"));