CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/15 00:10:29
Modified files:
. : ChangeLog
mf : feta-bolletjes.mf
scm : framework-ps.scm
Log message:
* scm/framework-ps.scm (page-header): add version number to
creator
(eps-header): idem.
* mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4001&tr2=1.4002&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/mf/feta-bolletjes.mf.diff?tr1=1.66&tr2=1.67&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.130&tr2=1.131&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4001 lilypond/ChangeLog:1.4002
--- lilypond/ChangeLog:1.4001 Sun Aug 14 05:58:35 2005
+++ lilypond/ChangeLog Mon Aug 15 00:10:29 2005
@@ -1,3 +1,11 @@
+2005-08-15 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+
+ * scm/framework-ps.scm (page-header): add version number to
+ creator
+ (eps-header): idem.
+
+ * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
+
2005-08-13 Graham Percival <[EMAIL PROTECTED]>
* Documentation/user/global.itely: add "fit as much as
Index: lilypond/mf/feta-bolletjes.mf
diff -u lilypond/mf/feta-bolletjes.mf:1.66 lilypond/mf/feta-bolletjes.mf:1.67
--- lilypond/mf/feta-bolletjes.mf:1.66 Thu Jul 28 00:33:36 2005
+++ lilypond/mf/feta-bolletjes.mf Mon Aug 15 00:10:29 2005
@@ -1190,14 +1190,14 @@
enddef;
-fet_beginchar ("Whole fa up head", "d0fa");
+fet_beginchar ("Whole fa up head", "u0fa");
draw_fa_head (1.8);
fill p_up_out;
unfill p_up_in;
fet_endchar;
-fet_beginchar ("Whole fa down head", "u0fa");
+fet_beginchar ("Whole fa down head", "d0fa");
draw_fa_head (1.8);
fill p_down_out;
unfill p_down_in;
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.130 lilypond/scm/framework-ps.scm:1.131
--- lilypond/scm/framework-ps.scm:1.130 Sun Aug 7 07:17:37 2005
+++ lilypond/scm/framework-ps.scm Mon Aug 15 00:10:29 2005
@@ -146,7 +146,9 @@
(define (eps-header paper bbox load-fonts?)
(string-append "%!PS-Adobe-2.0 EPSF-2.0\n"
- "%%Creator: LilyPond\n"
+ "%%Creator: LilyPond "
+ (lilypond-version)
+ "\n"
"%%BoundingBox: "
(string-join (map ly:number->string bbox) " ") "\n"
"%%Orientation: "
@@ -158,7 +160,10 @@
(define (page-header paper page-count load-fonts?)
(string-append "%!PS-Adobe-3.0\n"
- "%%Creator: LilyPond\n"
+ "%%Creator: LilyPond "
+ (lilypond-version)
+ "\n"
+
"%%Pages: " (number->string page-count) "\n"
"%%PageOrder: Ascend\n"
"%%Orientation: "
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs