]> git.donarmstrong.com Git - lilypond.git/commitdiff
\outputProperty -> \overrideProperty
authorWerner Lemberg <wl@gnu.org>
Wed, 11 Apr 2007 04:21:46 +0000 (06:21 +0200)
committerWerner Lemberg <wl@gnu.org>
Wed, 11 Apr 2007 04:21:46 +0000 (06:21 +0200)
Documentation/user/changing-defaults.itely

index 2a48f07f0a1b990f48c20d86af14c8e2700d0796..a07c7df60d301bd7c1a6f33c1efe268a3c103788 100644 (file)
@@ -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