From c6045111d9cb14ceb4cb7c874e1e10e3c1aaf8e8 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 9 Nov 2004 01:56:57 +0000 Subject: [PATCH] * lily/include/context-selector.hh: * lily/include/grob-selector.hh: * lily/context-selector.cc: * lily/grob-selector.cc: New file. --- lily/context-selector.cc | 2 ++ 1 file changed, 2 insertions(+) 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 ()); } -- 2.39.5