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

Figured bass and time signature in text #65

Open
pfefferniels opened this issue Jan 1, 2020 · 6 comments
Open

Figured bass and time signature in text #65

pfefferniels opened this issue Jan 1, 2020 · 6 comments

Comments

@pfefferniels
Copy link
Owner

How should we encode figured bass (in particular stacks of figures) in TEI? The question of how time signatures can be encoded seems related to me.

@pfefferniels
Copy link
Owner Author

… and breaks
grafik

@rettinghaus
Copy link
Contributor

How about using a g element and the edirom SMuFL-Browser: https://smufl-browser.edirom.de/index.html?range=Rests

@pfefferniels
Copy link
Owner Author

Yes, that looks good.

On the other hand: we could also just use the standard unicode characters (e.g. 𝄾 for an eighth note rest) and include a font like Bravura Text (as fallback font) to display it properly. That way we don't need to adapt the DTABf-ODD ...

@rettinghaus
Copy link
Contributor

Sounds better 👍 BTW the edition looks ugly in some browsers, due to the reboot font settings of Bootstrap. We should use a specific font, that has all the glyphs we need. Haven't found a perfect one yet.

@pfefferniels
Copy link
Owner Author

pfefferniels commented Jun 10, 2020

Yes indeed – I was checking for good fonts as well, but it seems that none of them provides native uͤ/aͤ etc. characters …

@pfefferniels
Copy link
Owner Author

pfefferniels commented Jun 10, 2020

In some cases, we might want to use SMUFL-specific codepoints from the private-use area (e.g. for time signatures). Maybe we should enclose them with <g type="smufl">, e.g. <g type="smufl">󠄀󠄀&#xE09E;&#xE082;&#xE09F;&#xE084;</g> for a 2/4 time signature in order to avoid confusion about where those characters come from ...

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