Skip to content

Commit

Permalink
Fix for voltas and system text lines after "ENG-54, part 2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Sep 1, 2021
1 parent 8f3ba47 commit 022c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ void Score::hideEmptyStaves(System* system, bool isFirstSystem)
&& hideMode != Staff::HideMode::NEVER)) {
bool hideStaff = true;
for (auto spanner : spanners) {
if (spanner.value->staff() == staff) {
if (spanner.value->staff() == staff && !spanner.value->systemFlag()) {
hideStaff = false;
break;
}
Expand Down

0 comments on commit 022c73a

Please sign in to comment.