Replies: 2 comments 3 replies
|
Any takers? I'm still interested how to encode this... |
0 replies
|
The |
3 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.
How exactly do I style rehearsal marks? Let's assume that I want bigger rehearsal marks in the full score, but within the parts they should be smaller. The only way I see to code this is as follows.
<direction system=none>together with the styling for the part.<direction system=only-top>and the styling for big rehearsal marks within the full score.Is it really that cumbersome to get the desired layout? Do I really have to code N+1 rehearsal marks for a score with N staves?
A related question is how to realize rehearsal marks at the top and bottom (or even also the middle) of a score, which is quite common in classical music (see examples below). It looks to me as if MusicXML doesn't provide any support for that – it would be necessary to have
system=only-bottom, which exists for bar numbers but not for rehearsal marks...Mahler, symphony no. 8 (UE). Note that the bottom rehearsal mark at this very spot in the full score is below the violoncello part. Normally, it's below the double bass.
Orff, Carmina burana (Schott). Depending on the staves shown in this frenched score, one, two, or three rehearsal marks are visible.
All reactions