From: Werner Lemberg Date: Wed, 11 Apr 2007 04:21:46 +0000 (+0200) Subject: \outputProperty -> \overrideProperty X-Git-Tag: release/2.11.23-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d3bdb745241b9aa462b82b76cf03a9b131c33bb8;p=lilypond.git \outputProperty -> \overrideProperty --- 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