Closed goursaud closed 3 years ago
It seems like there is a problem in recognising the clef change in the sucsessive variants. Obviously it works with inserting a positive space...
<piece: {mensural: void}, {staf: 5, black}> <part: 1 > {clef: C8} Bd {var= (ins.) "{clef: C6}" CS15}
[-]{var="mc. sb" Br3 : "Sc" CS15} {var="Pm13" Br3 : "Pm9" CS15} {var= (ins.) "{clef: C8}" CS15}
</part> </piece>
Most probably I fixed the problem. I just realized, that the default clefs aren't repeated in variable popups on purpose. So, is this okay for now or would it be better to draw default clefs in variant popups? And follow up question, how urgent would that be?
Editorially suppressed clef insertions in sources are not reflected properly in variant popups that immediately follow the insertion. The clef configuration is, however, displayed correctly for the variants in rest placement in the third yellow popup.
<piece: {mensural: void}, {staf: 5, black}> <part: 1 > {clef: C8} Bd {var= (ins.) "{clef: C6}" CS15} {var="mc. sb" Br3 : "Sc" CS15} {var="Pm13" Br3 : "Pm9" CS15} {var= (ins.) "{clef: C8}" CS15} </part> </piece>
The problem does not occur if a note is arbitrarily placed between the inserted clef and the opening variant tag.