We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0f5b71 + e9f1d4b commit 2f4fd3cCopy full SHA for 2f4fd3c
src/engraving/dom/score.cpp
@@ -1612,7 +1612,8 @@ void Score::addElement(EngravingItem* element)
1612
break;
1613
}
1614
1615
- if (element->isTextBase() && toTextBase(element)->hasParentSegment()) {
+ if (element->isTextBase() && toTextBase(element)->hasParentSegment()
1616
+ && toSegment(element->parent())->isType(Segment::CHORD_REST_OR_TIME_TICK_TYPE)) {
1617
MoveElementAnchors::checkMeasureBoundariesAndMoveIfNeed(element);
1618
1619
0 commit comments