]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending/programming-interface.itely
Issue 3013: Amend \overrideProperty example
[lilypond.git] / Documentation / extending / programming-interface.itely
index 53134bbd8298b66f6404aa0ab09ca02d1aa7b291..0c1601f50f1c09d46dee9a2cdb52d67eb05d18b5 100644 (file)
@@ -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