[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating ties that do not avoid note flags
From: |
Valentin Petzel |
Subject: |
Re: Creating ties that do not avoid note flags |
Date: |
Thu, 19 Dec 2024 08:54:51 +0100 |
Hello,
> In LilyPond, the default setting of ties avoids the collision between
> ties and note flags. However I do not like how it looks and want to
> allow ties to collide with flags, so what is the simplest way to do this?
a quick way could be to tell Lilypond that the flag does not have any width:
{
\once\override Flag.X-extent = #'(0 . 0)
<e' e>8~ q
}
Cheers,
Valentin
signature.asc
Description: This is a digitally signed message part.