• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1languagesystem DFLT dflt;
2
3markClass [acute grave] <anchor 1 1 contourpoint 11> @TOP_MARKS;
4markClass macron <anchor 2 2 contourpoint 22> @TOP_MARKS;
5markClass [cedilla] <anchor 3 3 contourpoint 33> @BOTTOM_MARKS;
6
7feature test {
8    pos mark [acute grave macron ogonek] <anchor 500 200> mark @TOP_MARKS <anchor 500 -80> mark @BOTTOM_MARKS;
9    pos mark [dieresis caron] <anchor 500 200> mark @TOP_MARKS;
10} test;
11