From: David Kastrup Date: Tue, 11 Dec 2012 12:48:30 +0000 (+0100) Subject: Issue 3013: Amend \overrideProperty example X-Git-Tag: release/2.17.10-1~68 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c3bd344adf0396a837821919c17da801b8a9e6f;p=lilypond.git Issue 3013: Amend \overrideProperty example It has been overlooked by convert-ly due to interspersed comments, and it could make use of a subproperty override (which is supported by \overrideProperty by now). --- diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index 53134bbd82..0c1601f50f 100644 --- a/Documentation/extending/programming-interface.itely +++ b/Documentation/extending/programming-interface.itely @@ -1281,9 +1281,10 @@ and @code{PaperColumn}. They can be changed with the @example \overrideProperty -Score.NonMusicalPaperColumn % Grob name -#'line-break-system-details % Property name -#'((next-padding . 20)) % Value +Score.NonMusicalPaperColumn % Grob name + . line-break-system-details % Property name + . next-padding % Optional subproperty name + #20 % Value @end example Note, however, that @code{\override}, applied to