----- Original Message -----
> From: "Gonsolo" <gons...@gmail.com>
> To: "Jacques Menu" <imj-muz...@bluewin.ch>
> Cc: "Claire Meyer" <claire.meyer.bourhis.lilyp...@gmail.com>, "Lillypond
> Users Mailing List" <lilypond-user@gnu.org>
> Sent: Friday, October 2, 2020 8:57:00 PM
> Subject: Re: Free time
>> You can multiple, simultaneous slurs as of the recent versions of LP.
>
> How? The following does not work for meh (gives a warning about slurs
> and only one slur visible):
>
> \version "2.20"
> { c(( d) e) }
You need to use phrasing slurs:
\version "2.20"
{ c\(( d) e\) }