... I tried to use \shape #'(alist) Tie option when I was crafting my
solution, but I suppose I wasn't patient enough here. Good to know that
\shape indeed works. To be fair, mine does allow the overlapping of the
tie/slur over accidentals, but my solution isn't elegant.

On Fri, Feb 21, 2025 at 5:55 PM Knute Snortum <ksnor...@gmail.com> wrote:

> On Fri, Feb 21, 2025 at 10:37 AM Gianmaria Lari <gianmarial...@gmail.com>
> wrote:
>
>> Would it be possible to overlap the flat and the tie? Like in the
>> attached picture.
>>
>
> Yes, but it would have to be case-by-case with a \shape command (at least
> I don't know of another way.)
>
> %%%
> \version "2.24.4"
>
> \fixed c'
> {
>   \once \override Tie.minimum-length = 5
>   \shape #'((0 . 0) (0 . 0) (1 . 0) (1 . 0)) Tie
>   <e g>2^~
>   <e g ces>
> }
> %%%
>
>
> --
> Knute Snortum
>
>

Reply via email to