From: James Lowe Date: Tue, 28 Sep 2010 22:02:49 +0000 (+0100) Subject: Doc: NR 4.6.2 system spacing - changed one example X-Git-Tag: release/2.13.35-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3685a38706539efeaf642de0f435c5ffc43dad55;p=lilypond.git Doc: NR 4.6.2 system spacing - changed one example Original example would have not made the systems closer. Used a different method with \tweaks to achieve the desired result --- diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely index 8afc1f0d82..c55f2f363a 100644 --- a/Documentation/notation/spacing.itely +++ b/Documentation/notation/spacing.itely @@ -2738,8 +2738,7 @@ a system can be moved closer to the staff: @lilypond[verbatim,quote,relative=1] e4 c g\f c -\override DynamicText #'extra-offset = #'( -2.2 . 2.0) -e4 c g\f c +e4 c g-\tweak #'X-offset #-2.7 -\tweak #'Y-offset #2.5 \f c @end lilypond @item