From: Jan Nieuwenhuizen Date: Tue, 9 Nov 2004 01:56:57 +0000 (+0000) Subject: * lily/include/context-selector.hh: X-Git-Tag: release/2.5.14~592 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c6045111d9cb14ceb4cb7c874e1e10e3c1aaf8e8;p=lilypond.git * lily/include/context-selector.hh: * lily/include/grob-selector.hh: * lily/context-selector.cc: * lily/grob-selector.cc: New file. --- diff --git a/lily/context-selector.cc b/lily/context-selector.cc index 717bd5c24d..6bfc0c9e84 100644 --- a/lily/context-selector.cc +++ b/lily/context-selector.cc @@ -36,6 +36,8 @@ Context_selector::identify_context (Context *context, int count) { /* TODO: start time, parent-context-at-start */ return ly_symbol2scm ((context->context_name () + + "," + + context->id_string () + "," + to_string (count)).to_str0 ()); }