diff --git a/src/view_element.cpp b/src/view_element.cpp index 9b2cc39a933..3fc6cf08ad8 100644 --- a/src/view_element.cpp +++ b/src/view_element.cpp @@ -775,6 +775,9 @@ void View::DrawCustos(DeviceContext *dc, LayerElement *element, Layer *layer, St if (staff->HasDrawingRotation()) { y -= staff->GetDrawingRotationOffsetFor(x); } + else if (staff->HasDrawingRotation()) { + y -= staff->GetDrawingRotationOffsetFor(x); + } this->DrawSmuflCode(dc, x, y, sym, staff->m_drawingStaffSize, false, true);