]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/profile.hh
*** empty log message ***
[lilypond.git] / lily / include / profile.hh
1 /*
2   profile.hh -- declare property profiling utils. 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef PROFILE_HH
11 #define PROFILE_HH
12
13 #include "lily-guile.hh"
14
15 void note_property_access (SCM *table, SCM sym);
16 extern SCM context_property_lookup_table;
17 extern SCM grob_property_lookup_table;
18
19 #endif /* PROFILE_HH */