From 1d85d989cbebf91c18df01e9ac59ce12bc80c782 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Sat, 21 Oct 2023 08:01:33 -0400 Subject: [PATCH] Draw staffDef with neumes --- src/view_page.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view_page.cpp b/src/view_page.cpp index a1284cbc565..7a49126257c 100644 --- a/src/view_page.cpp +++ b/src/view_page.cpp @@ -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); }