[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ugly multiple slurs over line break
From: |
Ole V. Villumsen |
Subject: |
Re: Ugly multiple slurs over line break |
Date: |
Sat, 05 Aug 2023 08:32:26 +0000 |
Merci, Jean, thank you.
It belongs nicely there. Sorry that my search hadn’t already determined that.
Cheers, Ole
Sent with [Proton Mail](https://proton.me/) secure email.
------- Original Message -------
On Saturday, August 5th, 2023 at 00:52, Jean Abou Samra <jean@abou-samra.fr>
wrote:
> Le vendredi 04 août 2023 à 20:38 +0000, Ole V. Villumsen via bug-lilypond a
> écrit :
>
>> % 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)>}
>
> Wheew, that's hideous. Thank you for this example, which I've added to
> https://gitlab.com/lilypond/lilypond/-/issues/5616
>
>>