From: Mark Polesky Date: Sun, 7 Jun 2009 18:07:20 +0000 (-0700) Subject: NR 4.4.3 (ex.1) \override -> \overrideProperty X-Git-Tag: release/2.12.3-1~29 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=d3edd18b19979ac9947486af04a002a6118072ff;p=lilypond.git NR 4.4.3 (ex.1) \override -> \overrideProperty (cherry picked from commit b69cfecf8e86fe5ec977c14721325ffae8f11cfc) --- diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index 9f5be80e2d..4931a9b2f1 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -1474,10 +1474,10 @@ example @code{NonMusicalPaperColumn} overrides with the special \overrideProperty NonMusicalPaperColumn #'line-break-system-details #'((X-offset . 20) (Y-offset . 40)) -\override NonMusicalPaperColumn +\overrideProperty NonMusicalPaperColumn #'line-break-system-details #'((alignment-offsets . (0 -15))) -\override NonMusicalPaperColumn +\overrideProperty NonMusicalPaperColumn #'line-break-system-details #'((X-offset . 20) (Y-offset . 40) (alignment-offsets . (0 -15))) @end example