]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context.hh
* lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
[lilypond.git] / lily / include / context.hh
index bb45f7254bdece9cd43ee3ab3bb4ae45818a7144..8c2901e3726a210dc5bef3a3386c39ac23c4bd2e 100644 (file)
@@ -51,6 +51,7 @@ public:
   Object_key const *get_grob_key (String);
   Object_key const *get_context_key (String, String);
 
+  Context *create_context (Context_def*, String, SCM); 
   String id_string () const { return id_string_; } 
   SCM children_contexts () const { return context_list_; }
   SCM default_child_context_name () const;