Replies: 2 comments 4 replies
0 replies
|
To me, these 2 scenarios are edge cases that are not handled by applications because they almost never come up in real life. Can you point to actual examples of scores where these scenarios occur? Otherwise, there would be little motivation for software maintainers to handle them. For what it's worth, I do agree with your expected renderings of both cases on a purely common-sense basis. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In the documentation for
<measure>you can find the following for the ‘number’ attribute.“The attribute that identifies the measure. [...] In partwise files, it should be the same for measures in different parts that share the same left barline.”
Let's assume I have an input file like the following.
There are four parts, with one measure each. However, the
<measure>elements have different IDs. What is expected to happen?Testing with both MuseScore and Finale, I get something like the following
without any warnings. But is this really the intended output? Shouldn't it be rather looking like this?
Where exactly is it documented that all parts start at the same musical position?
All reactions