X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-def.cc;fp=lily%2Fcontext-def.cc;h=a023980878af1b846efc97248abd3c857a6800e6;hb=652ed35a2013489d0a14fede6307cd2595abb2c4;hp=9ef10bea966a6f631b2338138cfc46836342dfd1;hpb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;p=lilypond.git diff --git a/lily/context-def.cc b/lily/context-def.cc index 9ef10bea96..a023980878 100644 --- a/lily/context-def.cc +++ b/lily/context-def.cc @@ -396,9 +396,12 @@ Context_def::is_alias (SCM sym) const LY_DEFINE (ly_context_def_lookup, "ly:context-def-lookup", 2, 1, 0, (SCM def, SCM sym, SCM val), - "Return the value of @var{sym} in output definition @var{def}" - " (e.g., @code{\\paper}). If no value is found, return" - " @var{val} or @code{'()} if @var{val} is undefined.") + "Return the value of @var{sym} in context definition @var{def}" + " (e.g., @code{\\Voice}). If no value is found, return" + " @var{val} or @code{'()} if @var{val} is undefined." + " @var{sym} can be any of @samp{default-child}, @samp{consists}," + " @samp{description}, @samp{aliases}, @samp{accepts}," + " @samp{property-ops}, @samp{context-name}, @samp{group-type}.") { LY_ASSERT_SMOB (Context_def, def, 1); Context_def *cd = unsmob_context_def (def);