From 64e406f4e97bc828e44574576d392f6000beb972 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 14 Nov 2004 14:35:03 +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/grob.cc (Grob): take key argument in ctor. --- lily/grob.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lily/grob.cc b/lily/grob.cc index 541663d30f..66a0caf8cd 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -673,6 +673,12 @@ ly_scm2grobs (SCM lst) return arr; } +Object_key const * +Grob::get_key () const +{ + return key_; +} + /** Return SCM list of Grob array A */ SCM ly_grobs2scm (Link_array a) -- 2.39.5