|
@@ -504,6 +504,7 @@ export class MusicSystemBuilder {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
measure.InitiallyActiveClef = currentClef ?? this.activeClefs[visibleStaffIdx];
|
|
measure.InitiallyActiveClef = currentClef ?? this.activeClefs[visibleStaffIdx];
|
|
|
|
+ measure.resetLayout(); // (only) needed for JustifiedMusicSystemBuilder
|
|
if (isSystemStartMeasure) {
|
|
if (isSystemStartMeasure) {
|
|
if (!currentClef) {
|
|
if (!currentClef) {
|
|
currentClef = this.activeClefs[visibleStaffIdx];
|
|
currentClef = this.activeClefs[visibleStaffIdx];
|