A small question: using this method, when the flag occurs at the end of measure, since the flag is set to have no semantic width, has it the potential that the flag will collide with bar line?

On 2024/12/19 15:54, Valentin Petzel wrote:
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

Reply via email to