musescore / musescore/MuseScore

Add style option to disable 'Play' property for chord symbols

Open
#32,291 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

needs design regression MS3 UX/interaction
Dominant language
C++
Stars
15.1k
Forks
3.3k
Avg merge
2d 2h
Merged PRs (30d)
91

Description

Use case

If a user wants to ensure that all their scores are uploaded to musescore.com without chord symbols playing back, right now they have to either:

  1. Mute the chord symbol mixer track(s)
  2. Select all chord symbols and turn off the Play property
Proposed solution

In order to be able to create templates where this happens automatically, we could add a checkbox to the Style dialog to 'Play chord symbols' that is on by default. Turning it off would uncheck the Play property for all chord symbols in the score.

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 locating the Style dialog and the chord-symbol handling for the existing Play property. Trace how a score-wide style setting reaches chord symbols and how templates preserve it. Done means the dialog has a default-on “Play chord symbols” option, and turning it off disables playback for all chord symbols in the score.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.