don't autoplace notelines
This commit is contained in:
parent
1219d2dd1b
commit
772d299117
1 changed files with 3 additions and 0 deletions
|
@ -1288,6 +1288,9 @@ void SpannerSegment::autoplaceSpannerSegment(qreal minDistance)
|
|||
if (isStyled(Pid::OFFSET))
|
||||
setOffset(spanner()->propertyDefault(Pid::OFFSET).toPointF());
|
||||
|
||||
if (spanner()->anchor() == Spanner::Anchor::NOTE)
|
||||
return;
|
||||
|
||||
if (visible() && autoplace()) {
|
||||
SkylineLine sl(!spanner()->placeAbove());
|
||||
sl.add(shape().translated(pos()));
|
||||
|
|
Loading…
Reference in a new issue