Skip to content

Commit

Permalink
Skip syl->SetDrawingYRel() for neume lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed May 20, 2024
1 parent f51fa5a commit 2a473a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ void View::DrawSyl(DeviceContext *dc, LayerElement *element, Layer *layer, Staff
return;
}

if (!m_doc->IsFacs()) {
if (!m_doc->IsFacs() && !m_doc->IsNeumeLines()) {
syl->SetDrawingYRel(this->GetSylYRel(syl->m_drawingVerse, staff));
}

Expand Down

0 comments on commit 2a473a9

Please sign in to comment.