From: Patrick McCarty Date: Tue, 14 Jul 2009 23:46:28 +0000 (-0700) Subject: Docs: IR: remove references to \property command X-Git-Tag: release/2.13.4-1~341 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=30dddafef07b4266dcbb4c3629d8f353e0cf52fb;p=lilypond.git Docs: IR: remove references to \property command We might want to junk all of the "Syntax:" lines in the IR eventually, but for now, make sure the information is accurate, at least. --- diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index 1017a2c5c4..38ea219ab0 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -363,14 +363,16 @@ Syntax: @var{note}@code{\\(} and @var{note}@code{\\)}") (PropertySet . ((description . "Set a context property. -Syntax: @code{\\property @var{context}.@var{prop} = @var{scheme-val}}") +Syntax: @code{\\set @var{context}.@var{prop} = @var{scheme-val}}") (types . (layout-instruction-event general-music)) (iterator-ctor . ,ly:property-iterator::constructor) )) (PropertyUnset - . ((description . "Remove the definition of a context -@code{\\property}.") + . ((description . "Restore the default setting for a context +property. See @ref{PropertySet}. + +Syntax: @code{\\unset @var{context}.@var{prop}}") (types . (layout-instruction-event general-music)) (iterator-ctor . ,ly:property-unset-iterator::constructor) ))