% File:       MF Inputs wbary.mf
% Author:     Pierre A. MacKay
% Internet:   mackay@cs.washington.edu
% Date:       Friday, 06 May 1994
% Copyright 1994 by Pierre A. MacKay
% The contents of this file are licensed free for
% use and redistribution under the terms of the  
% GNU General Public License.  For the terms of  
% this license see any publication of the Free   
% Software Foundation or any software packages   
% distributed by the Free Software Foundation.   
% 
savedpicture = barypicture; % it was cleared at the end of w.mf
%% but the dimensions set in w.mf remain.

cmchar "Lowercase omega with rough breathing and grave";
beginchar(w_asprbary,width#,acc_ht#,0);
this_letter; spirit_grave(x_baryctr)<; endchar;

cmchar "Lowercase omega with smooth breathing and grave";
beginchar(w_lenbary,width#,acc_ht#,0);
this_letter; spirit_grave(x_baryctr)>; endchar;

cmchar "Lowercase omega with rough breathing, grave and iota subscript";
beginchar(w_asprbaryisub,width#,acc_ht#,iota_dp#);
this_letter; spirit_grave(x_baryctr)<; iota_sub(pos_stem); endchar;

cmchar "Lowercase omega with smooth breathing and grave and iota subscript";
beginchar(w_lenbaryisub,width#,acc_ht#,iota_dp#);
this_letter; spirit_grave(x_baryctr)>; iota_sub(pos_stem); endchar;

% Change following two instances of acc_ht# to Circ_ht# to
% conform with circumflexed composites in h.mf. Otherwise
% accent squashes down too much.  Has no effect if acc_ht# == Circ_ht#
% as is the case with the original Levy font.

cmchar "Corrected LC omega w/rough breathing, circumflex and iota subscript";
beginchar(w_asprperiisub,width#,Circ_ht#,iota_dp#);
this_letter; spirit_circumflex(x_baryctr)<; iota_sub(pos_stem); endchar;

cmchar "Corrected LC omega w/smooth breathing, circumflex and iota subscript";
beginchar(w_lenperiisub,width#,Circ_ht#,iota_dp#);
this_letter; spirit_circumflex(x_baryctr)>; iota_sub(pos_stem); endchar;

picture barypicture;
picture pic.iota;
picture savedpicture;
