musescore / musescore/MuseScore
MusicXML Import: Add option to infer playback from visual/textual tags (e.g. "pizz.", "arco")
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
I suggest adding an option in the MusicXML import settings to "Infer playback from text or articulation tags."
This feature would allow MuseScore to automatically trigger playback changes (like switching to a pizzicato sound) when it encounters standard visual instructions in the XML code, even if the explicit tag is missing. This "inference" logic is already used by other major notation software (like Sibelius and StaffPad) and ensures much better compatibility between different programs.
Problem to be solved
Currently, MuseScore follows a literal interpretation of MusicXML. If a file (e.g. generated by Opusmodus) includes visual text like "pizz." but lacks a specific internal sound tag, MuseScore displays the text correctly but the audio remains unchanged.
This is a major workflow bottleneck for composers working with large-scale or algorithmic scores, as it forces us to manually re-map every single articulation and technique within MuseScore after every import. It's frustrating because MuseScore clearly "sees" the instructions on the score but ignores them during playback.
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
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.
Research direction
Start by reviewing the MusicXML import settings and the handling of visual text and articulation tags, using the attached Title [45].xml as a reproduction input. Done means the new setting can infer playback changes such as pizzicato or arco when explicit data is absent, while preserving the displayed instructions.
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
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100