From 094b2adf562fdc510910cc704f106d6cdf735aae Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Tue, 14 Jul 2009 20:21:25 +0100 Subject: [PATCH] =?utf8?q?Docs:=20NR=205.5=20Clarify=20placement=20of=20B?= =?utf8?q?=C3=A9zier=20override?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Documentation/user/changing-defaults.itely | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index c395ad9dd3..3c4c3e6ff9 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -3334,13 +3334,16 @@ scaling can be achieved by applying the same transformation to the curve's control points. For the example above the following override gives a satisfactory -tie: +tie. Note the placement -- it has to be immediately before the note +to which the start of the tie (or slur) is attached. @lilypond[verbatim,quote,relative=1] << - \once \override Tie - #'control-points = #'((1 . -1) (3 . 0.6) (12.5 . 0.6) (14.5 . -1)) - { e1 ~ e1 } + { + \once \override Tie + #'control-points = #'((1 . -1) (3 . 0.6) (12.5 . 0.6) (14.5 . -1)) + e1 ~ e1 + } \\ { r4 4 } >> -- 2.39.5