Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 6, 2025
1 parent 7bafbe8 commit b0eafde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adjustfloatingpositionerfunctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ 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 there 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 b0eafde

Please sign in to comment.