Skip to content

Commit

Permalink
Draw staffDef with neumes
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 21, 2023
1 parent 782c1fc commit 1d85d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ void View::DrawStaff(DeviceContext *dc, Staff *staff, Measure *measure, System *
this->DrawStaffLines(dc, staff, measure, system);
}

if (staffDef && (staffDef->GetNotationtype() != NOTATIONTYPE_neume) && (m_doc->GetType() != Facs)) {
if (staffDef && (m_doc->GetType() != Facs)) {
this->DrawStaffDef(dc, staff, measure);
}

Expand Down

0 comments on commit 1d85d98

Please sign in to comment.