]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/output-property.hh
release: 1.3.73
[lilypond.git] / lily / include / output-property.hh
1 /*   
2   output-property.hh -- declare Output_property
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef OUTPUT_PROPERTY_HH
11 #define OUTPUT_PROPERTY_HH
12
13 #include "music.hh"
14 #include "protected-scm.hh"
15
16
17 /*
18   
19 props:
20
21   relevant stuff: the predicate, the symbol, the value
22
23  */
24 class Output_property : public Music
25 {
26 public:
27   Output_property(SCM, SCM, SCM);
28 };
29
30 #endif /* OUTPUT_PROPERTY_HH */