From d3bdb745241b9aa462b82b76cf03a9b131c33bb8 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 11 Apr 2007 06:21:46 +0200 Subject: [PATCH] \outputProperty -> \overrideProperty --- Documentation/user/changing-defaults.itely | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 2a48f07f0a..a07c7df60d 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1809,16 +1809,20 @@ one. For example, if using this with @code{Hairpin}, @item Some objects cannot be changed with @code{\override} for -technical reasons. Examples of those are @code{NonMusicalPaperColumn} +technical reasons. Examples of those are @code{NonMusicalPaperColumn} and @code{PaperColumn}. They can be changed with the -@code{\outputProperty} function, which works similar to @code{\once -\override}, but uses a different syntax, +@code{\overrideProperty} function, which works similar to @code{\once +\override}, but uses a different syntax. @example -\outputProperty +\overrideProperty #"Score.NonMusicalPaperColumn" % Grob name #'line-break-system-details % Property name #'((next-padding . 20)) % Value @end example +Note, however, that @code{\override}, applied to +@code{NoteMusicalPaperColumn} and @code{PaperColumn}, still works as +expected within @code{\context} blocks. + @end itemize -- 2.39.2