CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/04/20 12:45:17
Modified files:
. : ChangeLog
python : fontextract.py
Log message:
(write_extracted_fonts): bugfix, too many
%'s.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3486&tr2=1.3487&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/python/fontextract.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3486 lilypond/ChangeLog:1.3487
--- lilypond/ChangeLog:1.3486 Wed Apr 20 11:15:21 2005
+++ lilypond/ChangeLog Wed Apr 20 12:45:16 2005
@@ -1,11 +1,8 @@
-2005-04-20 Erik Sandberg <[EMAIL PROTECTED]>
-
- * ly/performer-init.ly: Bugfix
-
- * THANKS: Added bughunters.
-
2005-04-20 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * python/fontextract.py (write_extracted_fonts): bugfix, too many
+ %'s.
+
* lily/ledger-line-spanner.cc: some more words of explanation.
* scripts/lilypond-book.py: patches by John Williams:
@@ -13,6 +10,12 @@
Allow snippets to be given distinct filenames.
Allow the default alt text to be overridden.
+2005-04-20 Erik Sandberg <[EMAIL PROTECTED]>
+
+ * ly/performer-init.ly: Bugfix
+
+ * THANKS: Added bughunters.
+
2005-04-20 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
* configure.in (no gui_b): Remove optional gtk+ requirement.
Index: lilypond/python/fontextract.py
diff -u lilypond/python/fontextract.py:1.4 lilypond/python/fontextract.py:1.5
--- lilypond/python/fontextract.py:1.4 Wed Apr 13 14:41:27 2005
+++ lilypond/python/fontextract.py Wed Apr 20 12:45:17 2005
@@ -98,7 +98,7 @@
for (k,v) in font_dict.items ():
output.write ('\n%%%%BeginFont: %s\n' % k)
output.write (v)
- output.write ('\n%%%%EndFont')
+ output.write ('\n%%EndFont')
def extract_fonts (output_file_name, input_files):
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs