Skip to content

Commit

Permalink
Prevent harmony autoplace collisions with other harmonies
Browse files Browse the repository at this point in the history
  • Loading branch information
miiizen committed Feb 21, 2025
1 parent ab707d7 commit 295ebe1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engraving/rendering/score/autoplace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ bool Autoplace::itemsShouldIgnoreEachOther(const EngravingItem* itemToAutoplace,
ElementType::DYNAMIC,
ElementType::EXPRESSION,
ElementType::STICKING,
ElementType::HARMONY
};
return !itemToAutoplace->isTextBase() || muse::contains(TEXT_BASED_TYPES_WHICH_IGNORE_EACH_OTHER, type1);
}
Expand Down
Binary file added vtest/scores/timeTickChordSymbols.mscz
Binary file not shown.

0 comments on commit 295ebe1

Please sign in to comment.