You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
languagesystem DFLT dflt;
|
|
|
|
markClass [acute] <anchor 350 0> @TOP_MARKS;
|
|
|
|
feature foo {
|
|
markClass [grave] <anchor 350 0> @TOP_MARKS;
|
|
markClass cedilla <anchor 300 0> @BOTTOM_MARKS;
|
|
} foo;
|
|
|
|
feature bar {
|
|
markClass [dieresis breve] <anchor 400 0> @TOP_MARKS;
|
|
} bar;
|