- Suisse
- https://github.com/LordBaryhobal
- Joined on
2023-02-15
Block a user
_break and _opt call grp instead of _grp: compilation error
I noticed this when refactoring the package for styling in d6aeb33fa5 I don't know if this is worth a patch release or not though, especially since it is only an alias
Fix notes width not taken into account
Fix notes width not taken into account
Groups don't expand to contain notes
This also affects neighboring participants Note widths are not taken into account when computing column widths
#diagram({
_par("a")
_par("b")
_par("c")
_seq("b", "c")
…