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.
