]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: IR: remove references to \property command
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 14 Jul 2009 23:46:28 +0000 (16:46 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Tue, 14 Jul 2009 23:48:49 +0000 (16:48 -0700)
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

index 1017a2c5c42c85e1101db12c14dd55a3a9262a9d..38ea219ab0a7c21217236966faad17dd603b6229 100644 (file)
@@ -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)
        ))