-
Notifications
You must be signed in to change notification settings - Fork 2
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
Disjunctive Eta #2
Comments
Hi Irene. So here is a series of instructions I have written related to Monotonic Greek OT features. It can be a starting point for Polytonic code. It is also up for scrutiny. Greek Tonos Rules:
In design terms, the Anoteleia should be like a periodcentered but vertically aligned to the x-height. Greek Manual Code for Glyphsapp:
1b. If the design has Small Caps create also the following classes – grekSCTonosless : Add the matching Greek Small Caps toneless
lookup grek_dieresisCapInsertion { lookup grek_tonosCap {
lookup grek_anoteleia { lookup grek_dieresisCapInsertion;
lookup grek_dieresisC2SCInsertion { lookup grek_C2SCTonosless {
lookup grek_dieresisSCInsertion { lookup grek_SCTonosless { ** note: the two lookups in c2sc and smcp are practically the same but in Glyphs the simple lookup call does not work in this case. You can put the two lookups in the Prefix and call them in both features or if you manually compose the Opentype Feature code. **
** just include the full smcp list of subs without the tonos and dieresis lookup. Make sure you include the following **
This is a good text to add to all the testing documents: Άς πάμε παίδια. Ήταν ένα μικρό καράβι· Ήταν ένα ή ό,τι μικρό· άυλος. Ή όχι; Ό,τι και να’ναι πάμε ή, αν είναι, ό,τι. Ή άς μας πείτε τί ώ! Έλατο! Ώ! Έλατο. Ό,τι ό,τι. Ό,τι και να πώ ό,τι. Ώ! Έλατο. Μαγική αρχή, ή ή τέλος όλα καλά αχ! Ή, καλύτερα. Ό άσπρος ώ! Ό,τι ήτοι ή, καλα. Ή, αν λέγαμε. Ώ! Έλατο. Ώ! ΆΣ ΠΆΜΕ ΠΑΊΔΙΑ. ΉΤΑΝ ΈΝΑ ΜΙΚΡΌ ΚΑΡΆΒΙ· ΉΤΑΝ ΈΝΑ Ή Ό,ΤΙ ΜΙΚΡΌ· ΆΥΛΟΣ. Ή ΌΧΙ; Ό,ΤΙ ΚΑΙ ΝΑ’ΝΑΙ ΠΆΜΕ Ή, ΑΝ ΕΊΝΑΙ, Ό,ΤΙ. Ή ΆΣ ΜΑΣ ΠΕΊΤΕ ΤΊ Ώ! ΈΛΑΤΟ! Ώ! ΈΛΑΤΟ. Ό,ΤΙ Ό,ΤΙ. Ό,ΤΙ ΚΑΙ ΝΑ ΠΏ Ό,ΤΙ. Ώ! ΈΛΑΤΟ. ΜΑΓΙΚΉ ΑΡΧΉ, Ή Ή ΤΈΛΟΣ ΌΛΑ ΚΑΛΆ ΑΧ! Ή, ΚΑΛΎΤΕΡΑ. Ό ΆΣΠΡΟΣ Ώ! Ό,ΤΙ ΉΤΟΙ Ή, ΚΑΛΑ. Ή, ΑΝ ΛΈΓΑΜΕ. Ώ! ΈΛΑΤΟ. Ώ! |
Very good job and it's great to see something like this online.
You have forgotten to mention the only caps exception that keeps the tonos, the greek “or” which is called disjunctive eta (διαζευτικό ήτα). This should also apply for a tonos-less small cap set. I tend to program this in the Opentype features.
The rule is found in most Greek Grammar books. Here is one:
https://www.koutrozi.gr/syggrafiko-ergo/54-kanones-tonismoy
The text was updated successfully, but these errors were encountered: