]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/property-inspect.hh
release: 1.3.0
[lilypond.git] / lily / include / property-inspect.hh
1 /*   
2   property-inspect.hh -- declare various property related funcs.
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef PROPERTY_INSPECT_HH
11 #define PROPERTY_INSPECT_HH
12
13 #include "direction.hh"
14 #include "lily-guile.hh"
15
16 bool isdir_b (SCM s);
17 Direction to_dir (SCM s);
18
19 #endif /* PROPERTY_INSPECT_HH */
20