]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/output-property.hh
7a91fd7404110eb2c56d201449b149969d65ede3
[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--2001 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 props:
19
20   relevant stuff: the predicate, the symbol, the value
21
22  */
23 class Output_property : public Music
24 {
25 public:
26   VIRTUAL_COPY_CONS (Music);
27   Output_property (SCM, SCM, SCM);
28 };
29
30 #endif /* OUTPUT_PROPERTY_HH */
31
32 #error