Skip to content

Commit

Permalink
Fix missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Sep 24, 2024
1 parent ba9c76b commit 7ae36a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view_mensural.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ void View::DrawMaximaToBrevis(DeviceContext *dc, int y, LayerElement *element, L

const int stemWidth = m_doc->GetDrawingStemWidth(staff->m_drawingStaffSize);
const int strokeWidth = 2.8 * stemWidth;
const int staffSize = staff->m_drawingStaffSize;

int shape = LIGATURE_DEFAULT;
if (note->GetActualDur() != DUR_BR) {
Expand Down

0 comments on commit 7ae36a9

Please sign in to comment.