]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: NR 5.5 Clarify placement of Bézier override
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 14 Jul 2009 19:21:25 +0000 (20:21 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 14 Jul 2009 19:21:25 +0000 (20:21 +0100)
Documentation/user/changing-defaults.itely

index c395ad9dd30f70a8b85be6c5c8e926619d3abade..3c4c3e6ff9ceef17be0a352be0758cb41a24e96f 100644 (file)
@@ -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 <g c,> <g c,> <g c,>4  }
 >>