Slur with two turning points: Difference between revisions
Appearance
Import snippet from LSR |
m Update OLL link |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
A slur normally can only have one turning point. In special situations, one may need two or more turning points, however. This can be achieved by linking two (or more) slur stencils together. The control points need to be specified manually: for two segments this is a set of seven points, of which the fourth is shared by both segments. To ease working with the function, the control points are shown as light blue crosses if the second argument is ##t.<br /> | A slur normally can only have one turning point. In special situations, one may need two or more turning points, however. This can be achieved by linking two (or more) slur stencils together. The control points need to be specified manually: for two segments this is a set of seven points, of which the fourth is shared by both segments. To ease working with the function, the control points are shown as light blue crosses if the second argument is ##t.<br /> | ||
For a more refined solution to the problem, see [https://github.com/openlilylib/snippets/tree/ | For a more refined solution to the problem, see [https://github.com/openlilylib/snippets/tree/master/notation-snippets/compound-slurs Shaping Bezier Curves], needing version 2.19.48 or higher. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
% put together by Harm and Simon Albrecht | % put together by Harm and Simon Albrecht | ||
% in <http://lists.gnu.org/archive/html/lilypond-user/2016-09/msg00441.html> ff. | % in <http://lists.gnu.org/archive/html/lilypond-user/2016-09/msg00441.html> ff. | ||
| Line 117: | Line 117: | ||
[[Category:Expressive marks]] | [[Category:Expressive marks]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Snippet]] | |||
Latest revision as of 18:14, 13 March 2026
A slur normally can only have one turning point. In special situations, one may need two or more turning points, however. This can be achieved by linking two (or more) slur stencils together. The control points need to be specified manually: for two segments this is a set of seven points, of which the fourth is shared by both segments. To ease working with the function, the control points are shown as light blue crosses if the second argument is ##t.
For a more refined solution to the problem, see Shaping Bezier Curves, needing version 2.19.48 or higher.