From 4296f55761e5813067f6ac4d259a79b20f148f1e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 24 Jul 2005 17:19:15 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ lily/include/profile.hh | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 lily/include/profile.hh diff --git a/ChangeLog b/ChangeLog index 982529742f..8abad9bb34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-07-24 Han-Wen Nienhuys + * lily/include/profile.hh: new file. + + * lily/profile.cc: new file. + * lily/grob.cc (Grob): look properties up directly. * lily/open-type-font.cc (get_indexed_char): cache index -> bbox diff --git a/lily/include/profile.hh b/lily/include/profile.hh new file mode 100644 index 0000000000..83206f686f --- /dev/null +++ b/lily/include/profile.hh @@ -0,0 +1,19 @@ +/* + profile.hh -- declare property profiling utils. + + source file of the GNU LilyPond music typesetter + + (c) 2005 Han-Wen Nienhuys + +*/ + +#ifndef PROFILE_HH +#define PROFILE_HH + +#include "lily-guile.hh" + +void note_property_access (SCM *table, SCM sym); +extern SCM context_property_lookup_table; +extern SCM grob_property_lookup_table; + +#endif /* PROFILE_HH */ -- 2.39.5