musescore / musescore/MuseScore

Modify default vertical ordering of elements

Open
#25,172 3 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request P1
Dominant language
C++
Stars
15.1k
Forks
3.3k
Avg merge
2d 2h
Merged PRs (30d)
91

Description

Your idea

Expose the default vertical ordering of different types of elements to the user, and allow us to modify it.

(Note: this is not to be confused with the stacking order property on elements, which affects the Z direction, not vertical.)

Problem to be solved

For example - in my scores, I have several cases where stave text and a chord symbol are both attached to the same note:
Capture
By default, the stave text appears above the chord symbol. However, I would like it the other way round - currently, I have to manually move the chord symbol up and the stave text down every time this scenario occurs.

This is the same for any other combination of elements where the default vertical ordering does not match what is actually required. A way to change the default vertical ordering would avoid having to manually adjust elements each time.

Prior art

No response

Additional context

No response

Checklist
  • This request follows the guidelines for reporting issues
  • I have verified that this feature request has not been logged before, by searching the issue tracker for similar requests

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the issue's example of stave text and chord symbols attached to the same note, then locate the existing implementation that determines their default vertical ordering. Define how users would configure ordering for different element types and verify that the configured order replaces repeated manual adjustments across the described combinations.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.