Gilberto Agostinho wrote :
Here is a bizarre little bug I came across today: for some reason, an invisible rest on a different Staff seems to affect the kneed beamed stems on a PianoStaff when using \autochange. See:
:::TeX
\version "2.19.28"
A = { c'''16[ c''' c''' c] }
B = { s4\p }
C = { r4\p }
<<
\new PianoStaff \autochange \A
\new Staff \B
>>
<<
\new PianoStaff \autochange \A
\new Staff \C
>>
Output attached.
Diff:
Actually, you don’t even need \autoChange to reproduce the bug:
Not only is the beam messed up, the Stem is misaligned as well:
This produces a whole lot of errors and warnings:
(Reproduced with 2.21.0)
Last edit: Valentin Villenave 2020-03-22