]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.1.3.ms1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 11 Nov 1998 08:33:21 +0000 (09:33 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 11 Nov 1998 08:33:21 +0000 (09:33 +0100)
pl 3.ms1
        - thumb-upgrade

---
Generated by (address unknown) using package-diff 0.62,
From = lilypond-1.1.3, To = lilypond-1.1.3.ms1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.3.ms1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
and possibly make outdirs.

--state
1.1.3
1.1.3.ms1
++state

NEWS
VERSION
mf/feta-schrift.mf

diff --git a/NEWS b/NEWS
index 6c803b3fac71cd71b0e226a80ffacf863a0b6e68..38cdc997dc1d6d48f5e844b68c3c09031e30e931 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
---- ../lilypond-1.1.3.jcn4/NEWS        Mon Nov  9 21:14:59 1998
+--- ../lilypond-1.1.3/NEWS     Tue Nov 10 12:57:16 1998
+++ b/NEWS      Wed Nov 11 09:33:21 1998
+@@ -1,3 +1,6 @@
+pl 3.ms1
+        - thumb-upgrade
+
+ pl 2.jcn2
+ pl 2.uu1--- ../lilypond-1.1.3.jcn4/NEWS       Mon Nov  9 21:14:59 1998
 ++ b/NEWS      Mon Nov  9 22:53:55 1998
 @@ -1,3 +1,9 @@
 pl 3.jcn5
diff --git a/VERSION b/VERSION
index e49fb461420f3cc7a1ae90375d5e18b26d7d32ae..7c0750cc49d53530b23206289737f8b85f81df1b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=1
 PATCH_LEVEL=3
-MY_PATCH_LEVEL=jcn5
+MY_PATCH_LEVEL=ms1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 794208902e39b09f41ca236642ad0d96c3125df3..9d5983726a3146b96b9acff314e53e432f1c9069 100644 (file)
@@ -4,7 +4,7 @@
 % source file of the Feta (defintively not an abbreviation for Font-En-Tja)
 % music font
 % 
-% (c) 1997, 1998 Han-Wen Nienhuys <hanwen@stack.nl>
+% (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 %      Jan Nieuwenhuizen <janneke@gnu.org>
 % 
 
@@ -69,10 +69,10 @@ fet_beginchar("Thumb", "thumb", "thumb")
         height# = 5/4 width#;
         height# = interline#;
         thin = 1.2 stafflinethickness;
-        thick =  1.4 thin;
+        thick =  2 thin;
         set_char_box(width#/2, width#/2, height#/2, height#/2);
-
-        penpos1(thick, 0);
+        
+       penpos1(thick, 0);
         penpos2(thin, 90);
         z1r = (w, 0);
         z2r = (0, h);
@@ -81,15 +81,12 @@ fet_beginchar("Thumb", "thumb", "thumb")
         addto currentpicture also currentpicture xscaled -1;
         addto currentpicture also currentpicture yscaled -1;
 
-       pickup pencircle scaled thin;
-       save x,y;
-       z3r = (0, -h);
-       z4 = (0, -2h);
+       z3 = (0, -h);
+       z4 = (0, -1.5h);
        penlabels(3,4);
-       draw z3r -- z4;
+       draw_brush(z3,1.4*thin, z4,0.9*thick);
 fet_endchar;
 
-
 %
 % FIXME: rounded endings
 %