musescore / musescore/MuseScore
Re-implementation of the «Album» feature, or a way to more precisely control which instruments are displayed in different sections of the same score
@bkunda is already working on this.
Since Jun 7, 2023.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
I'm aware MuseScore 4 is already a massive re-design of the app and includes, and will include in its .1, .2, etc... releases, major improvements and new features. So I hope this doesn't weigh the pile even more.
Anyway, I think it would be nice to have more control on which instruments in a larger work belong in which movement of that work, so that they disappear when they are not needed not on a measure but on a movement basis. You "create" all the instruments at the start, and then you can specify in each movement, which would be separated by the others by section breaks I think, which of these instruments are to appear there; those instruments will show on every system of that movement, even if their measures in that system are all empty, but they won't automatically show in all the other movements.
Some applications of this:
-
Let's say you're engraving a Vinci opera, and the overture calls for horns which will be used only in the first and third section of the overture and in two or three other arias down the line, but would just take unnecessary space in every other section of the opera.
-
Or in a Handel aria where you have violins and viola in the A part, but in the B part you have only voice and continuo, and then the ritornello is played again with violins and viola too, so it would be kind of inelegant and confusing not to show the violins and viola staffs in that second system. In the Chrysander edition, which adopts the system I'm proposing, it looks like this:
-
These are, by the way, just examples I'm familiar with. Someone in https://musescore.org/en/node/350594 suggested as an example an edition of Beethoven's 9th symphony:
-
It also solves the problem, especially in stage works like operas and musicals, of having to use the same staff and renaming it for the different characters when they have an aria: with this system you could instead "create" all the different characters and then show only the ones involved in that aria or scene in that aria or scene, without worrying that the staff of that character disappears in the systems of that aria where only instruments play, like it currently happens with «hide empty». This also means individual parts for each singer can be generated automatically by MuseScore just like it does with other instruments.
-
and it obviously would be especially useful for composers who are creating new stuff.
I think, because I've seen it a couple of times in like Ricordi editions of Verdi operas, that the middle to late-19 century practice is to display each instruments only in systems where they play, so if they are needed in that movement but don't play for four measures and those four measures constitute a system, those instruments will not show in that system, which is what MuseScore currently does when you «hide empty measures». See e.g.:
This admittedly saves a lot of space in 19th-century scores for giant orchestras. Still, I think this other system I and a lot of other people would prefer offers a bit more tidiness and consistency for most other types of works. I don't think it should replace the current system, but it'd be nice to have as an option.
Problem to be solved
From what I understand, the only way to achieve this currently is to create separate files, or to use section break, hide all empty measures via the Style panel or individual instrument properties, and then force individual staffs in individual systems to show by adding invisible notes or text.
This can become cumbersome if a work is not an engraving of an existing work but a work in progress, and more importantly it introduces a lot of "noise", albeit not the visible kind, in the creative process and in the final score.
Prior art
From what I've heard, Dorico achieves this with flows. Now, I don't think MuseScore needs such a restructuring, but I've seen there are plans for creating "groups of staffs" to more precisely control how system text is repeated for the different sections of an orchestra, so I hope it would kind of follow the same implementation logic, dunno.
Additional context
I looked on the musescore.org forum and on Github itself for other posts regarding this; see https://musescore.org/en/node/268981, https://musescore.org/en/node/321148, https://musescore.org/en/node/349035, https://musescore.org/en/node/350594, I couldn't find anything on Github even in the closed issues. At first I thought there already was a solution but I found there are only some work-arounds and some people suggested a re-implementation of the album feature would satisfy this need; that's why I suggested this, but if there better ways to implement this obviously godspeed.
P.S. I'm really sorry for how messy this post is, it's kind of a complex subject to report on, if examples and images would help please tell me! :)
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.