Skip to content

Commit

Permalink
Merge pull request #3540 from rism-digital/develop-staffdef-neume
Browse files Browse the repository at this point in the history
Draw staffDef with neumes
  • Loading branch information
lpugin authored Oct 22, 2023
2 parents 782c1fc + 1d85d98 commit b519480
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 b519480

Please sign in to comment.