X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fprob.cc;h=e55e84afc100debf240b973d814d44a0b6885ba3;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=ce51546d8e0f83f50582e840cecb25b9b09988de;hpb=3f8485925e8c879fe4c9ae86acef9804126c3b91;p=lilypond.git diff --git a/lily/prob.cc b/lily/prob.cc index ce51546d8e..e55e84afc1 100644 --- a/lily/prob.cc +++ b/lily/prob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2007 Jan Nieuwenhuizen + (c) 2004--2008 Jan Nieuwenhuizen */ #include "prob.hh" @@ -157,6 +157,13 @@ Prob::internal_get_property (SCM sym) const return (s == SCM_BOOL_F) ? SCM_EOL : scm_cdr (s); } +/* We don't (yet) instrument probs */ +void +Prob::instrumented_set_property (SCM sym, SCM val, const char*, int, const char*) +{ + internal_set_property (sym, val); +} + void Prob::internal_set_property (SCM sym, SCM val) {