-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to represent differences between concert scores and transposed parts #34
Comments
Sounding or written pitch: It seems to me that there are not only two ways to look at a tone - there are three points of view: The "sounding pitch", the "ink spot" and the "name" of the note. Sounding and Written pitch in MusicXML:
Note the problem that the pitch include "alter values", which are definitely affecting the "sounding pitch" but in MusicXML appearing in the "written pitch". In MNX the alter value is part of the pitch declaration. When considering Bb-instruments, things are quite clear. But some instruments like oud have several different tunings and may be shown transposed. But since it may be played with different temporaments, should the alter values then be like not transposed or should the transpose value be some fraction e.g. 7.134 according to the used temperament? It seems to me that the only real thing is the sounding pitch. The notation program should provide means to specify transposed instruments and must know how to show this and for which instruments. |
@mogenslundholm I believe your comment is off-topic for this issue. Whether to encode written or sounding pitch is to be discussed in #4, right? There will be one encoding - be it sounding or written - from which different renderings need to be created. As @joeberkovitz wrote, this issue is about the aspects that are not fully determined by any algorithm, such as spelling, cues, more.... Problems I see are:
|
If there is a problem - lets solve it. If there is something formal error - lets move the item to anywhere you think is right.
Could you add a little more information about this? /Mogens |
I was not clear enough when I filed this... I'll attempt to clarify. With respect to spelling of key signatures and accidentals in transposed or concert parts, there are at least two facets to the problem. One is to define a standard, unambiguous algorithm for mapping back and forth between the two spelling systems (which the CG might fail to do, if it's deemed something that different applications should be allowed to compete on -- personally, I favor defining one). The other facet is: whether to allow explicit specification of spelling, overriding the defaults provided by the algorithm. The octava problem exists, but I think it is pretty straightforward as described by @th-we. Note that it is possible that the scope of octave transposition may vary throughout a part. The business with cue notes has nothing to do with pitch - It has to do with visibility, whether the cues are visible or not. Often these only make sense to show in a transposed part being viewed by the performer, not in a full score being viewed by a conductor or music director. |
I've been moving towards a unified approach to this and a variety of other issues; please let's carry the discussion to #138 (at least for now) and see if that proposal will work! Thanks. |
According to the current proposal for grouping parts, a full score and its parts can be separately printable objects inside a single First thoughts about transposed parts: The
[begin edit] |
Marking this closed in favor of #287. |
Concert score and transposed parts vary in ways that are not fully determined by any algorithm. How can CWMNX represent these differences? They include spelling, cues, more...
The text was updated successfully, but these errors were encountered: