From 30dddafef07b4266dcbb4c3629d8f353e0cf52fb Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 14 Jul 2009 16:46:28 -0700 Subject: [PATCH] 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. --- scm/define-music-types.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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) )) -- 2.39.5