%% This OTP, part of the Makor2 package for typesetting Hebrew with
%% Omega, akes certain finals with following vowels and makes certain
%% compound glyphs; eg., finalkhaf + qamats => finalkhafqamatz.

input:
       1;
output:
       1;
aliases:
       FKHAF   = 106
               ;
       FNUN    = 111
               ;
       FKAF    = 154
               ;
       QAMATS  = 72
               ;
       SHEVA   = 74
               ;
expressions:
       {FNUN}{QAMATS}  => 199
               ;
       {FKAF}{QAMATS}  => 181
               ;
       {FKAF}{SHEVA}   => 198
               ;
%% In an alternate typographic style, final khaf plus qamats or sheva
%% displays the vowels below the baseline.
       {FKHAF}{QAMATS} => 195
               ;
       {FKHAF}{SHEVA}  => 194
               ;