CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Werner LEMBERG <[EMAIL PROTECTED]> 05/06/01 19:21:57
Modified files:
. : ChangeLog
buildscripts : substitute-encoding.py
Log message:
* buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
correctly.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3705&tr2=1.3706&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/buildscripts/substitute-encoding.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3705 lilypond/ChangeLog:1.3706
--- lilypond/ChangeLog:1.3705 Wed Jun 1 15:04:56 2005
+++ lilypond/ChangeLog Wed Jun 1 19:21:57 2005
@@ -1,3 +1,8 @@
+2005-06-01 Werner Lemberg <[EMAIL PROTECTED]>
+
+ * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
+ correctly.
+
2005-06-01 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* lily/slur-scoring.cc (generate_avoid_offsets): new
Index: lilypond/buildscripts/substitute-encoding.py
diff -u lilypond/buildscripts/substitute-encoding.py:1.2
lilypond/buildscripts/substitute-encoding.py:1.3
--- lilypond/buildscripts/substitute-encoding.py:1.2 Fri May 6 08:23:23 2005
+++ lilypond/buildscripts/substitute-encoding.py Wed Jun 1 19:21:57 2005
@@ -53,5 +53,8 @@
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)
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs