Open cambiata opened 2 years ago
This works exactly like expected, because you have multiple staff groups with different instruments. You have to remove one of the brackets in your encoding:
<part-group type="start" number="1">
<group-symbol>bracket</group-symbol>
</part-group>
<part-group type="start" number="2">
<group-symbol>bracket</group-symbol>
</part-group>
Then everything is fine.
I'm sorry. I understand now that you expect the last system to be always shown, even if condensed, right?
Yes!
I can't see any case when I should be expecting all parts in a score to be hidden.
Indeed, I'm got really confused when trying to reproduce the svg example above, when I could not get any condensing at all without adding a second part-group
...
The problem arises when
condense
option is set toauto
(default)If the last system should happen to require an additional extra page, that page is not created.
condense: "none"
condense: "auto"
As seen in the screenshot below, there is a "system break" symbol added, but the system itself is not.
The problem can be reproduced using 3.10 and 3.11 - both using js toolkit and native - using the following musicXml: