Open craigsapp opened 1 year ago
Here is another case that starts with O3/2 mensuration and then goes into C mensuration (both parts doing the same mensurations at the same time). The meaning of O3/2:
This is equivalent to C with major sesquialtera, with the only difference is that the tempus level is already perfect (so does not need to be perfected as in C). The 3/2 is the sesquialtera proportion that means there are three semibreves in the time of two. Note in the following music that each measure (breve length) should have the same duration, so when switching to C, the perfect breve of O3/2 mensuration has the same duration as the imperfect breve of C mensuration:
In verovio MIDI playback, the C mensuration music is too slow (I would have predicted that the O3/2 was too slow).
The music is otherwise aligned through the entire piece (only two parts are extant):
Here is a zip file containing the draft MEI data for this example: ovetra.zip
Scans of the original edition:
To your questions:
(1) Should
@level
be minim or semibrevis for minor sesquialtera (three minims in the time of two minims)?
Up to us to decide. @annplaksin, what did you have in mind?
(2) I believe there is no way to display a "3" mensuration in mensural music currently?
This mensur does not print anything in verovio:
<mensur num="3" />
I will change this and also implement support for showing cases with only @numbase
. However, these will probably not make much sense without at least a @sign
or a @num
, but we can still show a @numbase
alone. In that case I would put it one the lowest line and not in the middle.
(3) Sesquialtera is a 3:2 proportion. Should this be encoded in mensur@num and mensura@numbase, or something like mensur@proport.num and mensur@proport.numbase?
My question here is do we really need the proportion to be given if we have @level
? The proportion will always be 3:2 in a sesquialtera, won't it? Or are you thinking for @level
not to be required?
(4) Note that Cut-C has an implicit porportion of 2:1 due to the slash. How would the 2:1 proportion of the main mensuration sign and the 3:2 proportion both be indicated at the same time.
See above. If we assume an implicit 3:2 proportion for the sequialtera encoded with @level
, then @num
and @numbase
remain free for the Cut-C proportion. The only problem is having a what for not showing them, which I think relates to the question below.
(5) Note that there are mensuration signs C2, C3, O2, O3 which are not related to sesquialtera (but they can be visually the same as sesquialtera or cancellation of sesquialtera in C and O). How should non-proportion numbers on these mensuration signs be encoded (currently using mensur@num). It is unlikely that these mensuration signs will include sesquialtera (at least I have not seen any cases).
These are cases where I think we need a distinct attribute to encode the logical value when it does not correspond to the visual one, or when there is no visual one. @num.log
and @numbase.log
would solve questions (4) and (5). For example,
For non-proportion numbers, (e.g., a C3), you would do:
<mensur num="3" num.log="1" sign="C"/>
For a Cut-C, you would do
<mensur num.log="2" sign="C" slash="1"/>
However, for that particular case, I wonder if we should not expect the 2:1 proportion to be inferred from the visual information (the slash). At least this is what I thought you would want to have from this discussion.
In verovio MIDI playback, the C mensuration music is too slow (I would have predicted that the O3/2 was too slow)
The MIDI playback applies the num="3"
and numbase="2"
proportion. I guess this is why it is is faster than C.
<mensur num="3" />
I will change this and also implement support for showing cases with only@numbase
. However, these will probably not make much sense without at least a @sign or a@num
, but we can still show a@numbase
alone. In that case I would put it one the lowest line and not in the middle.
As you note, "3" mensuration has no meaning in isolation and there is an implicit @sign
which can be either C
or O
(which is found earlier in the music). So it will be necessary to supply the implicit information, particularly @tempus
and @prolatio
.
A question is: should the implicit information be extracted automatically from the previous <mensur>
in the music, or should it be required to be given within the <mensur num="3" />
. Sometimes the 3
mensuration is cancelled by using a 2
(not very often in JRP repertory), or by repeating the original sign, such as Cut-C. Tinctoris likes fully explicit proportions, so I think he would have something such as 2/3
to cancel the 3/2
proportion.
Preferably the 3
mensuration in isolation will be centered on the middle line. In the first example given above, I think it is just for continuity that the 3
is at the bottom of the staff, since there is no meaning for it being there other than the notes are near the bottom of the staff.
at 1)
According to the (very hard to find) paragraph in the documentation, @level
contains the note level that is affected. In the case of three minims in the time of two minims it would be:
<mensur num="3" numbase="2" level="minima" />
at 2)
I think it works with <proport>
:
<proport num="3"/>
at 3)
When @level
is used, I guess, we still need to use @num/@numbase
to define how the given note level will be affected.
at 4): If every part has a Cut-C, I think, there is no reason to use num/numbase for the implicit proportion. Because, I assume, a proportion is always a comparison. The question in the case of Cut-C is: 2:1 compared to what? Also, the 2:1 is not always a question of tempo, but also a question of tactus.
regarding the last comment:
Giving @tempus
and @prolatio
is absolutely crucial for the case of "3". Not to give the information of an earlier sign but because the "3" will change the mensuration implicitly. The most common case is sesquialtera following an imperfect tempus. Something like that in a case of Cut-C followed by a 3:
<mensur sign="C" slash="1" prolatio="2" tempus="2" />
[... some music...]
<mensur num="3" numbase.log="2" level="semibrevis" tempus="3" />
My question here is do we really need the proportion to be given if we have
@level
? The proportion will always be 3:2 in a sesquialtera, won't it? Or are you thinking for@level
not to be required?
@level
is required since mathematically it can be applied at two possible rhythmic levels. The first case above is very simple and does not include any semibreves to resolve which one in this case, so it is not totally obvious since it works either on the semibreve or minim levels.
Perhaps @level
should be described as @level="tempus"
and @level="prolatio"
@annplaksin? When at @level="tempus"
that would mean the semibreves are in 3:2 proportion and a perfection of the breves (if they are not already perfected as in the second full example above). @level="prolatio"
would mean the minims are in 3:2 proportion and a perfection of the semibreve (if it is not already perfected).
I would not have problems with @level
implying a 3:2 proportion (and perfection as needed). But given the name, it seems that it should mean to apply some proportion at the specified level (not necessarily sesquialtera). Otherwise the attribute should be called @sesquialtera
if it has a fixed proportion meaning.
For @slash="1"
, I think that is reasonable to assume a 2:1 proportion is implicitly built in. When mixed with other mensurations at the same time, such as C and Cut-C, this is the meaning of the slash. When the music only has Cut-C, then the meaning of the slash becomes more ambiguous and changes over time (i.e, it does not always mean play twice as fast as C). But those ambiguities can be handled by adjusting the tempo.
Perhaps
@level
should be described as@level="tempus"
and@level="prolatio"
@annplaksin?
No. Tempus describes the relation between brevis and semibrevis level. This is the main indicator if rules of imperfection or alteration should be applied. Level describes which note level is affected by a succesive proportion.
No. Tempus describes the relation between brevis and semibrevis level. This is the main indicator if rules of imperfection or alteration should be applied. Level describes which note level is affected by a succesive proportion.
OK, that sounds good.
In the first example given above, that would mean that @level="minim"
should be used (but in this case @level="semibrevis"
is also possible since there are no semibreves to resolve which level the sesquilatera/perfection is happening on).
Here is an analysis of the second example which has O3/2
at the start and goes into C
. I extracted the timemap values for the measure just before and after the C
mensuration starts:
There is a 3:2 proportion being added, but at the wrong rhythmic level. The durations of each measure (i.e., the durations of the breves) should be equal, since the proportion is not applied to the breve level. In the above example the first measure (breve) is 2700 units, while the second is 4050, which is a relation of 3:2 between the meaures (breves). The breve level should remain 1:1.
Instead the 3:2 proportion should be applied to the semibreve level. This should make semibreves 3:2 between the two measures. Currently there is a 9:4 relation between the semibreves in the first measure compared to the second measure.
Here is a rhythm chart for O3/2 that should be happening:
(I adjusted the charts so the proportions are under the rhythmic levels as @annplaksin wants). So the <mensur>
should be (as it is in the example data):
<menur sign="O" num="3" numbase="2" modusmaior="2" modusminor="2" tempus="3" prolatio="2" level="semibrevis" />
Verovio is currently doing this:
which is <mensur level="brevis" />
instead of <mensur level="semibrevis" />
.
Here is one way of detecting the problem:
In terms of modern notation, the semibreves are triplet semibreves in O3/2, so in modern notation the two measures are:
I think looking at the current implementation of the timemap in Verovio is confusing since it applies the proportion from the base level - which is why you end up with a 9:4.
What is not clear to me is the difference between a @level="brevis"
and the C3 and O (column 2 and 5) in the example you give in this discussion. The proportion on the brevis level seems to duplicate the tempus being perfect. What I am misunderstanding here?
Here is a schematic of what is currently being done using the timemap values as an example:
And what should be done:
I am using 4050
for the duration of the breve in C
as a reference. The problem to resolve is why the breve duration in O3/2
is not equal to the breve in C
.
Conceptually what seems to be happening is that the longa is perfected on the left for O3/2
. The theoretical longa would have a duration of 8100, so the breve is 1/3 = 2700 while for C
the breve is 1/2 of a longa = 4050. This is where the extra 3:2 proportion is coming from to generate the 9:4 proportions at the semibreve level.
Something is causing the breves between the two mensurations to not have the same durations, but they need to be the same.
Here is a schematic that seems to make things clearer:
The gray boxes are the durations of the notes. The 3:2 proportion is applied at the semibreve level. This causes the original perfect breve duration to shorten to 2/3 of its original length, and now the breve duration in O3/2
is the same as the breve in C
.
O
mensuration is given on the right for comparison. The breve in O
has a duration of 1.5 (3:2) times longer than the breve in C
due to the perfection of the tempus. The sesquialtera being applied in O3/2
is making the breve have the same duration in C
and O3/2
.
Here is a demonstration of how @level
works:
Note that C3/2
is not usually fully spelled out (except for Tincoris who compliains that proportions should be fully spelled out). Most typically 3
is used to represent the same thing, but also C3
is used (and in most if not all cases in JRP, the C is replaced with a Cut-C) [And note C3
is also a separate mensuration sign describing the divisions of the modusminor and tempus levels]. Also note that to cancel sesquialtera, often 2
is given as the mensuration sign, although in JRP most cancellations are done by given the original mensuration sign before the sesquialtera.
Whenever there is a sesquialtera, that implies that the given rhythm level is perfected so that the 3:2 proportion can be applied to their durations, making three of the perfected notes fit into the time of two of the imperfect notes. Before the Petrucci style sesquialtera mensuration signs, there is an additional implied change from 2 to 3 for the given level that the sesquialtera is done at. With a mensuration sign such as 03/2
, the level is already perfected, so the step of perfecting the rhythmic level is not needed.
Notice in the above figure that there are six minims in either major sesquialtera (left side) or minor sesquialtera (right side). The original example Fortuna desperata at the top of this thread has six minims in the time of four, so either type of sesquialtera can be used since there are no semibreves to resolve which one. But if you look at the pattern of the minims, they look like they are grouped into threes, making minor sesquialtera a better description of what is happening.
How does this look?
Transcoded from Humdrum
That looks great! Although I hope the C2/3
staff label is a typo :-)
There are a few things to discuss with @annplaksin:
(1) The encodings of the two sesquialteras encodings in the above example are:
<mensur modusmaior="2" modusminor="2" prolatio="2" tempus="2" sign="C" level="semibrevis" num="3" numbase="2" />
<mensur modusmaior="2" modusminor="2" prolatio="2" tempus="2" sign="C" level="minima" num="3" numbase="2" />
For the first one, @prolatio
is actually 3
, and for the second one @tempus
is actually 3
. Applying the 3:2
proportion to their durations make them fit in @prolatio="2"
and @tempus="2"
durations, respectively. So I belive the proper representation in MEI should be:
<mensur modusmaior="2" modusminor="2" prolatio="2" tempus="3" sign="C" level="semibrevis" num="3" numbase="2" />
<mensur modusmaior="2" modusminor="2" prolatio="3" tempus="2" sign="C" level="minima" num="3" numbase="2" />
The perfection at the breve (tempus) or semibreve (prolatio) levels are needed to infer "gestural" durations of the notes properly (before the sesquialtera proportion is applied).
If implicit logical default attributes can be used, then these could be reduced to:
<mensur sign="C" level="semibrevis" num="3" numbase="2" />
<mensur sign="C" level="minima" num="3" numbase="2" />
When @level="semibrevis"
is given, then this could also imply @tempus="3"
, since it would not make sense to apply sesquialtera to an imperfect division of a rhythmic level (at least nothing I have every seen or heard about). If the @tempus
is actually supposed to be imperfect yet have sesquialtera applied to it, then an explicit @tempus="2"
could be given (and the sesquialtera would not be aligned with the breves).
Likewise with @level="minim"
implying @prolatio="3"
.
O
mensurations with minor sesquialtera (@level="minima"
) works the same way as in C
: the prolatio is perfected and a 3:2
duration reduction to the durations at the minim level is applied. Major sesquialtera (@level="semibrevis
) don't occur before Petrucci that I know of (c1500), but are common later on (that is the primary way of doing sesquialtera in Tasso in the late 16th century, for example). In that case @tempus
is already three, so it remains unchanged when doing sesquialtera at the semibreve level.
(2) It is not common for the full sesquialtera proportion to be visible in the mensuration sign. So a method of specifying the visual aspects that override the logical aspects (or vice-versa) need to be formalized.
For example, 3
is the most common sign for sesquialtera in the 15th and early 16th century. The meaning of the "3" is dependent on the previous mensural sign, such as C
or O
(or more likely Cut-C
or Cut-Circle
). For representing 3
in the MEI score, it could be done in several ways (this was discussed a bit before and elsewhere but needs review in any case). An encoding that is closest to the accid
model:
<mensur sign.ges="C" slash.ges="1" num="3" numbase.ges="2" level="semibrevis"/>
With additional implicit attributes added:
<mensur sign.ges="C" slash.ges="1" num="3" numbase.ges="2" level="semibrevis" modusmaior="2" modusminor="2" tempus="3" prolatio="2"/>
Sesquialtera can also be written a C3
or (Cut-C3
), which could be indicated as:
<mensur sign="C" num="3" numbase.ges="2" level="semibrevis"/>
The 16th century sesquialtera notation O/3
or Cut-O/3
would be:
<mensur sign.ges="O" num.ges="3" numbase="3" numbase.ges="2" level="semibrevis"/>
The 3
under the O
is actually the @num
of a proportion and not the @numbase
, so in this case the visual 3
is indicated by @numbase
, and the correct numbase is given by @numbase.ges
and the implicit @num
is given by @num.ges
.
For cancelling sesquialtera, there are also many different styles to do the same logical (gestural) procedure. The most common in JRP data (late 15th and early 16th century music) is to repeat the orginal unsesquialtered mensuration sign, which is almost always Cut-C. But it would also be possible to indicate as a plain 2
, 2/3
(Tinctoris only), or as Cut-C 2
.
And note that C3
also can have a totally different meaning related to divisions rather than duration adjustments such as sesquialtera (@annplaksin mentioned the Latin name for this somewhere that I cannot find at the moment). In this case the C
indicates @modusminor="2"
rather than @tempus="2"
, and the 3
indicates @tempus="3"
(and @prolatio="2"
is implied).
For the first one,
@prolatio
is actually 3, and for the second one@tempus
is actually 3. Applying the 3:2 proportion to their durations make them fit in@prolatio="2"
and@tempus="2"
durations, respectively. So I belive the proper representation in MEI should be:<mensur modusmaior="2" modusminor="2" prolatio="2" tempus="3" sign="C" level="semibrevis" num="3" numbase="2" /> <mensur modusmaior="2" modusminor="2" prolatio="3" tempus="2" sign="C" level="minima" num="3" numbase="2" />
I am not convinced. Because then what is the difference with O
and C.
respectively? Here is your suggestion. For it to render I had to remove the code applying the 3:2:
based on @level
(basically ignore @num
, @numbase
and @level
completely):
Transcoded from Humdrum
(I must say I am less and less convinced that we can reliably infer the different values from the visual domain. It looks like a nice idea, and if we were limited to Morley's table cases, that would be fine. However, since this is a domain where there is so much different understandings of what the signs or absence of signs mean, including between the authors of the treatises of the time, I think we are going to loose ourselves if we try to do that.)
You need to keep in mind these diagrams:
There is no difference between O3/2
and C3/2
in the first column. Note also that they both have the same number divisions for each rhythmic level as O
as well (but O
is performed slower and hence is wider in the plot below):
In other words @tempus="3"
and @prolatio="3"
for both C3/2
and O
(with O3/2
being a weirder more modern way of being the same way as doing C3/2
). As you note: if you see music in C3/2
and O
without the mensuration signs, they cannot be distinguished. C3/2
is actually O
, but the tempo is sped up so that the duration of the breves is the same as in C
.
But notice that the width of each chart (showing performance time) is different: the one on the right has has sesquialtera applied to it: where there used to be two semibreves in C
, there are now three (but they are performed in the time of three).
In this case your example is incorrect for both O
and C.
in terms of alignment between the parts. Here is the C3/2
and O
examples:
The number of notes is correct, but their durations are not equal. Here is the alignment of the notes between the two in terms of performance duration (excluding the first breve which do not have the same durations, which make the alignment points more messy):
The sesquialtera is analogous to triplets in modern notation:
Likewise, the number of notes on each of these two staves is correct:
but the durations of each are incorrect since there are three minims from the top staff in the time of two minims in the bottom staff. Here is what I think the modern notation rendering of both are:
I am probably aligning the two mensurations incorrectly, with C-dot
needing to be twice as long. In Morley's chart, there are numbers to the left of the notes. This number indicates the duration (@dur.ges
) of the note in terms of a semibreve:
Notice that the C-dot
and O-dot
mensuration signs have a 1
next to the minims, implying that the minims in those two mensurations have the same duration as a semibreve in the other mensurations (and the semibreve in those two mensurations are equal to three semibreves of the other mensurations). He does not explain very well why these two mensurations basically have a 1:2 proportion built into them (minims being twice as long as in the other mensurations).
So my transcription of C3/2
and C-dot
probably needs to make C-dot
durations twice as long as I did. (But Morley should be cross-checked against similar tables made by other writers). But whatever anyone write about this, it is the music notation which determine the answer about how the alignment needs to be done: the music can only be aligned properly in one way and will be nonsense in (nearly) every other way.
If the semibreve durations were the same in all mensuration, then C-dot
and O-dot
would have a built-in sort of sesquialtera for the minims (3 minims in one semibreve, while other mensurations would have 2 minims in a semibreve having the same duration).
Because then what is the difference with
O
andC.
respectively?
According to Morley's chart, C-dot
minims are twice as long as O
minims. C-dot
semibreves are three times longer than O
semibreves. C-dot
breves are twice as long as O
breves. C-dot
longs are twice as long as O
longs. And C-dot
maximas are twice as long as O
maximas.
These sorts of complications are not important when you only use a single mensuration sign (which covers most music). But the semibreve numbers in the Morley chart help to align notation of different mensuration signs happening at the same time since these are essentially @dur.ges
values.
However, since this is a domain where there is so much different understandings of what the signs or absence of signs mean, including between the authors of the treatises of the time
I do not see where any significant disagreements with respect to white mensural notation can occur (I don't know black mensuration notation very much). Morley gives the standard interpretations for white mensural notation. There will be corner cases where the modus minor or modus maior may have a different number of divisions since they are implied and not explicit in the mensurations (modus minor is explicitly given for the first four mensuration signs). When there is an exception to the Morley table, it would be overridden with the correct logical value. For example, if O3
which usually has @modusmaior="3"
instead uses @modusmaior="2"
, then the imperfect division of the maxima would be required to be given in the <mensur>
:
<mensur sign="O" num="3" />
Equal to default perfect maximodus:
<mensur sign="O" num="3" modusmaior="3" />
But if the maximodus were imperfect in the music, @modusmaior
would be required:
<mensur sign="O" num="3" modusmaior="2" />
The number of divisions between each rhythmic level, either 2 (imperfect) or 3 (perfect) these are the numbers above each note in the table. The Morley table is in agreement with any other writer discussing white mensural notation in this respect, with any exceptions related to the implicit values as mentioned above.
Perhaps the numbers to the left of each note in the Morley table are different between different writers, but I don't quite see how there can be very much disagreement, and those disagreements would be indicated with attributes that override the default values. These values can also be checked in actual music when there are different mensuration signs occurring at the same time (which would mostly happen only in masses). And if the mensuration signs are the same in all parts, then there is no problem, other than what general tempo (physical duration of the semibreve) is implied (which would be the concern of the performer and not of alignment of notes in different parts in verovio).
Most of the complexity of the visual/gestural is related to how sesquialtera is visually represented: C3
as sesquialtera is implied to be C3/2
. The strange case is O/3
for sesquialtera, which does not mean O2/3
but rather O3/2
. And the strange part is that sesquialtera does two things: it perfects an imperfected rhythmic level and applied the 3:2 proportion at the same time, while for O/3
the @tempus
is already perfected so only the 3:2 proportion needs to be applied.
If you see C3
, then there are two possibilities the meaning of 3
: it is either a regular mensuration sign (as seen in Morley's table), or it is a proportion. A problem currently in MEI mensural is that these two broad categories are encoded with the same attribute (@num
). And this is related to the similar visual display of C3
which have different meanings.
If it is a proportion, then it could be either 3:1 or 3:2 (in which case @numbase.ges
would need to clarify which one it is, probably with 3:1
being the default interpretation even though it would be less common than 3:2
. For a performer, the result the meaning of the mensuration sign by what make the music align properly between the parts. Any given mensuration sign without context can be ambiguous, but there is no ambiguity given a musical context. If you have only a single part, then there could be problems since the different proportions could not be resolved with a single part.
Morley's table does not deal with proportions which can modify the durations (@dur.ges
) of the notes. How to deal with proportions in a general manner is the messy part (we haven't discussed reverse-C
yet which usually mean a 4:3 proportion...). Visual indications of proportions are not consistent across repertories. Sometimes they are written as dice above the mensuration signs, sometimes the proportion is written in text form. Or otherwise the proportions are left to the performers to figure out, since there will only be one proportion to align the parts.
I changed the duration for the breve
in tempus perfectum so make it longer than in tempus imperfectum. This is what I get:
Transcoded from Humdrum
I am now not sure how O3/2 can have a breve of the same duration as C3/2. That does not make sense to me. Did you mean C3/2 and O3/2 were the same in terms for division into semibreve and minima?
(Basically the change above is setting the reference (equivalence) on the semibreve instead of the breve)
It would be useful to implement
mensur@level
which indicates which rhythmic level a (sesquialtera) proportion is applied.Below is an example work that contains a basic example of sesquialtera applied to only one part, so you can see how the alignment should work between music with/without sesquialtera:
Fortuna desperata, attributed to Josquin des Prez (he likely wrote the contra part), Segovia Manuscript:
https://vmirror.imslp.org/files/imglnks/usimg/a/aa/IMSLP322463-PMLP521914-cancioneiro_de_segovia_parte2.pdf#page=129
Superius part (no sesquialtera):
Tenor part (no sesquialtera):
Contra part (sesquialtera near the end):
The sesquialtera is indicated by the "3" mensuration sign:
The "3" means that within the context of the current mensuration of cut-c, there are now three minims in the time of two minims.
Here is a CMN transcription:
https://josquin.stanford.edu/cgi-bin/jrp?a=notationEditText&f=Jos2711
Section of the full score where sesquialtera is active in the contra part:
There are two possible types of sesquialtera in a fully imperfect mensuration such as C and Cut-C. And in this particular case, it does not really matter, but minor sesquialtera makes the most logical sense, occurring at the prolatio level, where the semibreve is split into three minims rather than two (but the three minims take up the same time as two of the original minims, i.e., they become triplets in CMN).
The other possiblity is major sesquialtera:
which means that there are three semibreves in the time of two original ones. In both cases there will be six minims. Since there are no semibreves in the music it is not totally clear that there are two or three semibreves for each breve. But the melodic contour mostly grouping minims into three implies that there are three minims for each original two rather than three semibreves for each original two semibreves.
How to represent the "3" mensuration is not totally clear. Here is a possibility:
One problem is that this is in the context of Cut-C, so there should also be a 2:1 proportion or slash attribute present as well as an implicit sign of
C
that is usually not displayed:questions:
(1) Should
@level
beminim
orsemibrevis
for minor sesquialtera (three minims in the time of two minims)?(2) I believe there is no way to display a "3" mensuration in mensural music currently? I hack it in CMN with:
This mensur does not print anything in verovio:
Is there currently a way of displaying a "3" mensuration?
(3) Sesquialtera is a 3:2 proportion. Should this be encoded in
mensur@num
andmensura@numbase
, or something likemensur@proport.num
andmensur@proport.numbase
?(4) Note that Cut-C has an implicit porportion of 2:1 due to the slash. How would the 2:1 proportion of the main mensuration sign and the 3:2 proportion both be indicated at the same time.
(5) Note that there are mensuration signs
C2
,C3
,O2
,O3
which are not related to sesquialtera (but they can be visually the same as sesquialtera or cancellation of sesquialtera inC
andO
). How should non-proportion numbers on these mensuration signs be encoded (currently usingmensur@num
). It is unlikely that these mensuration signs will include sesquialtera (at least I have not seen any cases).Here is the draft MEI data for this example: fortuna-desperata.zip
The
3
mensuration will probably need to be fixed. Currently it is: