% Multiple slurs in a Voice work nicely on one staff, as described in NR. % https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-as-curves#slurs % Multiple slurs crossing over a line break are ugly and collide easily.
% I suppose modifying the shapes could be a workaround (I have not tried). % https://lilypond.org/doc/v2.24/Documentation/notation/modifying-shapes#modifying-ties-and-slurs \version "2.24.1" \layout { ragged-right = ##t } \relative { <d''^\=1( a^\=2( f\=3(> <c\=1) g\=2) e\=3)> <d^\=1( a^\=2( f\=3(> \break <c\=1) g\=2) e\=3)>} Sent with [Proton Mail](https://proton.me/) secure email.