]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/include/context-selector.hh:
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 9 Nov 2004 01:56:57 +0000 (01:56 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 9 Nov 2004 01:56:57 +0000 (01:56 +0000)
* lily/include/grob-selector.hh:
* lily/context-selector.cc:
* lily/grob-selector.cc: New file.

lily/context-selector.cc

index 717bd5c24d964c68c158d1b718fcdd195bed5998..6bfc0c9e844c6effc91f9343510e0d84048772ca 100644 (file)
@@ -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 ());
 }