Slur with two turning points: Difference between revisions
Appearance
No edit summary |
m Update OLL link |
||
| (One intermediate revision by one other user 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"> | ||
| Line 116: | Line 116: | ||
[[Category:Expressive marks]] | [[Category:Expressive marks]] | ||
[[Category:Tweaks and overrides]][[Category:Snippet]] | [[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.