]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context.hh
Issue 3072: Nested overrides get confused with multiple contexts in play
[lilypond.git] / lily / include / context.hh
index cc90d2ebb08d77fb01bb6f5e1c592123ae636c64..c8bea9fad98c571201f25fb52433cc13f56be71a 100644 (file)
@@ -164,7 +164,9 @@ void set_context_property_on_children (Context *trans, SCM sym, SCM val);
 }
 
 SCM nested_property_alist (SCM alist, SCM prop_path, SCM value);
-SCM nested_property_revert_alist (SCM alist, SCM prop_path);
+SCM nested_create_alist (SCM prop_path, SCM value);
+SCM partial_list_copy (SCM alist, SCM tail, SCM newtail);
 SCM evict_from_alist (SCM, SCM, SCM);
+SCM nalist_to_alist (SCM nalist, int nested);
 
 #endif /* CONTEXT_HH */