musescore / musescore/MuseScore
change "toggle (accidental name)" to "(accidental name) on buttons at the note input bar
@bkunda is already working on this.
Since Jun 19, 2023.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
the buttons on the top bar say "toggle (accidental)" as their title and "toggle accidental: (accidental)" as their description. I think it should be changed to "(accidental)" as the title and "toggle (accidental)" as the description
for example, instead of
toggle sharp
toggle accidental: sharp
it should say
sharp
toggle sharp
Problem to be solved
it improves consistency within the note input bar - having the title of the button as the name of the musical feature/symbol and the description as the action the button does.
it also reduces the amount of text which reduces clutter and makes it easier to understand and learn the note input bar
Prior art
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.