]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Jul 2005 17:19:15 +0000 (17:19 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Jul 2005 17:19:15 +0000 (17:19 +0000)
ChangeLog
lily/include/profile.hh [new file with mode: 0644]

index 982529742fe4846fc7a84046834e3d6295adf306..8abad9bb3461313f72fee2cf6386063c06c4f5f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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 (file)
index 0000000..83206f6
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+  profile.hh -- declare property profiling utils. 
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+*/
+
+#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 */