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
New: Add division element to neumes module #618
Conversation
The division element is currently missing from the neumes module. These symbols look like barlines but have a function similar to breath marks and rests, with no specific duration. The lilypond documentation gives some examples of divisions: http://lilypond.org/doc/v2.18/Documentation/notation/typesetting-gregorian-chant#divisiones They are also available as SMuFL symbols here: https://w3c.github.io/smufl/gitbook/tables/medieval-and-renaissance-staves.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not against it, but why has this to be a new element? Couldn't rest be used with these additional values?
And <memberOf key="att.color"/> is missing.
|
They aren't quite rests; they mark out sections as well, and give indicators of phrasing and breaths. So their functions are part rest, part articulation, and part form. |
|
I'm aware of this, and probably it's best to introduce a new element for this. |
|
The name of the element is consistent with the names given in the Liber Usualis |
|
That is a non-argument, as the allowed values in type are not |
|
Hm. Perhaps they should be? |
|
Also I'm strongly against using |
|
That's a great suggestion, and I agree |
|
A lot of discussion has happened in #625, and I'm not sure the Neumes IG has given feedback to that. I believe a consensus is possible, since to me, it seems mostly a discussion on the names of things, but that consensus hasn't been expressed so far. I'm aware that it might be late to get this resolved for today's ODD Friday, but there's a final opportunity on November 29. May I ask @fujinaga, @ahankinson and @rettinghaus to revise the situation? It seems the Neumes IG has done its work, and we should get their changes into the schema now… Thanks everyone :) |
|
Do you mean October 29th, @kepper ? |
|
I don't think it is a good idea to call the element "divisio" because in the mensural module we already have a "divisio" attribute. In the case this attribute eventually gets promoted to an element, then we will have some conflicts between both modules. I just spoke with @fujinaga and he says he doesn't care about the naming ("divisio" or "division"). |
That is a good reason to avoid "divisio". Orginally there was a complaint that "division" is English and most terms in the old-music modules were in Latin. At the neume special interest group in May, a counter-complaint was that using "divisio" is proleptic, meaning that there is no documented name for these symbols, so creating a retrospective Latin name for them would be strange. Another original complaint is that "division" is close to div and mdiv, so readability confusion can be caused by using a similar term for something with a very different function. You might want to consider a more graphical description of the symbols, such as To match the symmetry with |
|
I'm fine with . |
|
Sorry for closing, it was an accidental click. |
|
Sorry, I’m fine with divLine.
Ich
On Oct 22, 2020, at 15:58, Craig Stuart Sapp <notifications@github.com<mailto:notifications@github.com>> wrote:
[Screen Shot 2020-10-22 at 12 57 47 PM]<https://user-images.githubusercontent.com/3487289/96923481-339bcb80-1466-11eb-8db5-eef6d7ca9240.png>
You need to escape the angle brackets, otherwise no one knows if you voted for <division>, <divisio> or <divLine>
|
|
This element would also be useful to extend into the CMN module, for cases where the music has barlines, but they do not imply meter. A good example of this is Charles Ives' second piano sonata: Lots of places, but here is a specific example from page 55 of the PDF (or page 57 of the printed edition): In this case the barlines are functioning as phrasing slurs, similar to the vertical lines in chant notation, and there is no implied metricness to these lines. |
|
The argument to not use "divisio" is compelling. The decision wether it should be called "divLine" or "division" should be taken by the IG. Just for the record: I have some sympathy for "divLine", but let's see what the discussion during today's ODD meeting will bring… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the only thing that's left to decided seems the name, with the two options "division" and "divLine" being under consideration. That should be decided (and fixed, if necessary) today, and then things can be merged.
|
Hi @fujinaga, during today's ODD Thursday, we decided to go with |
Update Mei.neumes.xml to include `<divLine>` (aka division or divisio) element.
|
Hi @fujinaga, thanks for addressing this so swiftly. Two more minor queries, though: Could you please sort the class memberships alphabetically, and also the values of the |
Update MEI.neumes.xml. Alphabetized the order of classes and attribute values in `<divLine>`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonderful
|
thanks to @fujinaga and the whole IG for the continued work on this, and the endurance to get it into the specs ;-) |
|
Thank you!
… On Oct 29, 2020, at 9:16 AM, kepper ***@***.***> wrote:
thanks to @fujinaga and the whole IG for the continued work on this, and the endurance to get it into the specs ;-)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
|
New: Add division element to neumes module




The division element is currently missing from the neumes module. These symbols look like barlines but have a function similar to breath marks and rests, with no specific duration.
The lilypond documentation gives some examples of divisions: http://lilypond.org/doc/v2.18/Documentation/notation/typesetting-gregorian-chant#divisiones
They are also available as SMuFL symbols here: https://w3c.github.io/smufl/gitbook/tables/medieval-and-renaissance-staves.html