Skip to content

Commit

Permalink
Update src/adjustfloatingpositionerfunctor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hankinson <[email protected]>
  • Loading branch information
lpugin and ahankinson authored Jan 6, 2025
1 parent 4cd183c commit 87b521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adjustfloatingpositionerfunctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FunctorCode AdjustFloatingPositionersFunctor::VisitStaffAlignment(StaffAlignment
staffAlignment->SetOverflowBelow(
minMargin + staffAlignment->GetVerseCountBelow(verseCollapse) * (verseHeight + margin));
// For now just clear the overflowBelow, which avoids the overlap to be calculated. We could also keep
// them and check if they are some lyrics in order to know if the overlap needs to be calculated or not.
// them and check if there are some lyrics in order to know if the overlap needs to be calculated or not.
staffAlignment->ClearBBoxesBelow();
}
}
Expand Down

0 comments on commit 87b521c

Please sign in to comment.