lilypond-1.5.1
[lilypond.git] / lily / output-property.cc
blob8cd70e8262a9198f51c942e5be8b4f57c3cbe59f
1 /*
2 output-property.cc -- implement Output_property
4 source file of the GNU LilyPond music typesetter
6 (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
9 #include "output-property.hh"
10 #include "lily-guile.hh"
12 Output_property::Output_property(SCM pred, SCM sym, SCM val)
14 set_mus_property ("predicate", pred);
15 set_mus_property ("symbol", sym);
16 set_mus_property ("value", val);