+2005-06-01 Werner Lemberg <wl@gnu.org>
+
+ * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
+ correctly.
+
2005-06-01 Han-Wen Nienhuys <hanwen@xs4all.nl>
* lily/slur-scoring.cc (generate_avoid_offsets): new
str = re.sub ('( 0 1 255 { 1 index exch /.notdef put} for)',
'\\1 \n %s' % put_glyphs,
str)
+ str = re.sub ('StandardEncoding def',
+ '256 array\n0 1 255 { 1 index exch /.notdef put} for\n%sreadonly def' % put_glyphs,
+ str)
open (filename, 'w').write (str)