It's not a bug — by default, LilyPond forbids line breaks on a bar line when there are notes straddling on that bar line. You can change this with
```
\layout {
\context {
\Voice
\remove Forbid_line_break_engraver
}
}
```
Best,
Jean
signature.asc
Description: This is a digitally signed message part
