neanes / neanes

Neanes is a free and open source scorewriter for notating Byzantine chant in Byzantine notation.
https://neanes.github.io/neanes/
GNU General Public License v3.0
47 stars 13 forks source link

Score-specific configuration option for meaning of accidentals #331

Closed basil closed 1 year ago

basil commented 1 year ago

See this thread. A while back, Papa Ephraim researched this and came to the following conclusion:

Unfortunately, some confusion currently prevails regarding the exact meaning of some sharps and flats. When Chrysanthos devised the "New Method" of Byzantine Music notation in the early 19th century, he decided to use five different symbols for sharps and five for flats. The amount that each of those symbols changes the pitch is proportional to the interval between it and the next note. Thus, a plain sharp (i.e., a sharp without a hook or crossbeams) raises the pitch halfway to the next note in the scale. If that interval is a whole step (12 units—or 200 cents), that sharp will raise the pitch by 6 units (100 cents). But if that interval is only 10 units (167 cents), it will raise the pitch by only 5 units (83 cents).

In order to make Byzantine Music notation more definitive, the Patriarchal Committee of 1881 decided to change the meaning of sharps and flats. They eliminated sharps and flats that have a hook, and they used sharps and flats with 0, 1, 2, 3, or 4 crossbeams. The meaning they assigned to these symbols was as follows: A plain sharp (i.e., without any crossbeams) adds 2 units (33 cents) to the pitch of a note, and each additional crossbeam added to that sharp adds another 2 units to the pitch. Thus, a sharp with one crossbeam adds 4 units (67 cents), a sharp with two crossbeams adds 6 units (100 cents), a sharp with three crossbeams adds 8 units (133 cents), and a sharp with four crossbeams adds 10 units (167 cents).

The problem is that many books printed after 1881 continued using a plain sharp (i.e., without any crossbeams) not with the new meaning assigned to this symbol by the 1881 Committee (which stated that it adds two units or 33 cents to the pitch), but with the meaning given to it by Chrysanthos (who stated that it increases the note's pitch halfway to the next higher note).

I am preparing a collection of 60+ Axion Estins, covering a stylistically broad spectrum of time periods and compositional styles, so I have had to contend with this issue. Most classical scores were published before 1881 and use the older convention, where most sharps/flats don't have a crossbeam and typically mean a change of 5-6 moria. Even many books printed after 1881 continue to follow this older convention for classical pieces. Most of the time when you see the newer convention with the crossbeams, it is either (a) in a modern composition or (b) in classical-style pieces from members of the Karas school.

Someone like me who is striving for editorial consistency has three options:

In my opinion the software should support both conventions. Those who want to continue publishing the classical-style pieces in their original format shouldn't be forced to update the accidentals to get quality playback. Those who want to update the conventions of the classical-style pieces should be free to do so, but this controversial practice shouldn't be forced onto everyone. Those who want to publish modern-style pieces with lots of notational clutter and fine-grained accidentals should also be free to do so.

In short, I think the software should have a configuration preference. That preference should not only impact playback, but also it should "stick" to the score when the score is saved, so that it is possible to load two scores, each with different conventions, and play them back correctly without having to change the playback settings each time.

basil commented 1 year ago

I can likely implement the playback portion of this after #322 is merged, but I would need some guidance as to how we want to expose this option in the frontend and/or on-disk file format.