]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-context.cc
* lily/context.cc (Context): take key argument in ctor.
[lilypond.git] / lily / score-context.cc
index 0e179e50c4ebe71f535789ea165b54b430e09ee7..8730ebcd7172829f96e73dea2eaea0eee944ccec 100644 (file)
@@ -43,3 +43,8 @@ Score_context::get_output ()
   return s->get_output ();
 }
 
+
+Score_context::Score_context (Object_key const *key)
+  : Context (key)
+{
+}