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.13.2-0~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=494e9a1f067a93bda11bd88d6e15675da90bf1d9;p=lilypond.git NR 4.4.3 (ex.1) \override -> \overrideProperty --- diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index 3433a402e2..fd7e52140a 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -1492,10 +1492,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