Skip to content
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

Conflicting bounding boxes for evovae in Salzinnes 013r #6

Open
dchiller opened this issue Jun 16, 2022 · 2 comments
Open

Conflicting bounding boxes for evovae in Salzinnes 013r #6

dchiller opened this issue Jun 16, 2022 · 2 comments

Comments

@dchiller
Copy link
Contributor

dchiller commented Jun 16, 2022

In Salzinnes 013r , the mei has two identical bounding boxes associated with records with two different texts.

Like #5, these are also associated with an evovae, with the offending boxes at lines 909 and 915 ("u" and "o" respectively).

<syl xml:id="syl-0000000667422001" facs="#zone-0000000404763299">E</syl>
<neume xml:id="m-cef6bfea-fcd3-40ea-90a0-0d85b808dd1d">
<nc xml:id="m-96ebd8e4-2e6f-45a3-8755-e0500349ec23" facs="#m-bfbdb869-48df-40a1-8b5e-13f60d5b3409" oct="3" pname="c"/>
</neume>
</syllable>
<syllable xml:id="syllable-0000000400245063">
<neume xml:id="m-c1499b52-2871-4300-8cd8-e809e43741c4">
<nc xml:id="m-57265c88-1f59-42ee-adfc-308197ce947f" facs="#m-f3765ac2-7403-4aa5-b138-3e85646be798" oct="3" pname="c"/>
</neume>
<syl xml:id="syl-0000001387697075" facs="#zone-0000001457384107">u</syl>
</syllable>
<syllable xml:id="syllable-0000001454735156">
<neume xml:id="neume-0000002056904273">
<nc xml:id="m-b2a11ff9-726e-4e59-ba70-25c8f49c9640" facs="#m-9b0180e6-b057-4061-bbd2-67de21a23edd" oct="3" pname="c"/>
</neume>
<syl xml:id="syl-0000001184624722" facs="#zone-0000000331084483">o</syl>
</syllable>
<syllable xml:id="syllable-0000000418186201">
<neume xml:id="m-2f74116a-c64f-42d4-a6ce-c307acef7760">
<nc xml:id="m-a9b19bf6-b1d8-4665-849c-71a040317787" facs="#m-b6dcd862-e050-46d4-b35f-2c3d26605c5d" oct="2" pname="a"/>
</neume>
<syl xml:id="syl-0000001822065888" facs="#zone-0000000805151314">u</syl>
</syllable>
<syllable xml:id="syllable-0000000771572521">
<neume xml:id="m-2cf6c467-845c-43ea-94bc-3ff5dcaf33f9">
<nc xml:id="m-79a2c502-d114-4091-93eb-026d251dc0d3" facs="#m-c8b64127-9dee-4528-98fa-93635d35424f" oct="3" pname="c"/>
</neume>
<syl xml:id="syl-0000001157974540" facs="#zone-0000000522418103">a</syl>
</syllable>
<syllable xml:id="syllable-0000000732973621">
<neume xml:id="m-168c7650-eded-44d3-8c19-b6fc06b5682c">
<nc xml:id="m-30b9af47-e3c7-4fc3-98af-eef955324cd1" facs="#m-c253ba92-1318-4060-af2a-ca9a0b17a8e9" oct="2" pname="b" tilt="n"/>
<nc xml:id="m-873ed0ad-265d-45e8-916b-8c2578a6b65d" facs="#m-86c8a13b-f622-458d-a56e-cc0c36edba77" oct="2" pname="a"/>
</neume>
<syl xml:id="syl-0000000696768876" facs="#zone-0000002087966295">e</syl>
</syllable>

The notes and text all look correct to me -- the only issue seems to be the bounding boxes. (It's the evovae on staff 2 here)

image

@dchiller
Copy link
Contributor Author

Tagging @annamorphism @JoyfulGen @fujinaga

@annamorphism
Copy link

The bounding boxes are pretty sloppy here generally (the one for E includes the whole text, the others are sort of floating in the staff...) I don't know how these two bounding boxes ended up so perfectly aligned (seems like it would take effort to do?) but cases like this one are a lot easier to "see" (at least in something like Neon) than when the zones are associated with neumes--if the BBoxes are highlighted it's pretty easy to see they need to be moved, especially if syllables are highlighted or if one scrolls over the text. Basically it's not significantly more wrong, or harder to correct, than the "euouae" lower down on the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants