From 404e9a97084c73f75810ebe9a2044c51ae779710 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 14 Nov 2004 14:41:17 +0000 Subject: [PATCH] * lily/include/global-context.hh (Context): take \score key upon init. * lily/context.cc (Context): take key argument in ctor. (create_context): new function * lily/lilypond-key.cc (do_compare): new file. --- lily/lilypond-key.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lily/lilypond-key.cc b/lily/lilypond-key.cc index ecb339e090..0cb7652413 100644 --- a/lily/lilypond-key.cc +++ b/lily/lilypond-key.cc @@ -28,6 +28,7 @@ Lilypond_grob_key::derived_mark () const scm_gc_mark (context_->self_scm ()); } +// todo: reverse order of comparison for efficiency reasons. int Lilypond_grob_key::do_compare (Object_key const* key) const { -- 2.39.5