CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/09/11 20:28:04

Modified files:
        .              : ChangeLog 
        mf             : feta-banier.mf 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4122&tr2=1.4123&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/mf/feta-banier.mf.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4122 lilypond/ChangeLog:1.4123
--- lilypond/ChangeLog:1.4122   Sun Sep 11 19:29:04 2005
+++ lilypond/ChangeLog  Sun Sep 11 20:28:04 2005
@@ -4,6 +4,9 @@
 
 2005-09-11  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
+       reduce aliasing effects.
+
        * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
        box in skyline.
 
Index: lilypond/mf/feta-banier.mf
diff -u lilypond/mf/feta-banier.mf:1.28 lilypond/mf/feta-banier.mf:1.29
--- lilypond/mf/feta-banier.mf:1.28     Thu Jan 13 22:55:38 2005
+++ lilypond/mf/feta-banier.mf  Sun Sep 11 20:28:04 2005
@@ -137,7 +137,7 @@
                   hip_depth_ratio, foot_width_ratio,
                   hip_thickness, foot_thickness, 1);
 
-       draw_square_block ((-stemthickness_rounded, -staff_space_rounded),
+       draw_square_block ((- 0.5 stemthickness_rounded, -staff_space_rounded),
                           (0, 0));
 fet_endchar;
 
@@ -168,7 +168,7 @@
        add_flag (flagspace, flare, .97, 1.00, 1.25,
                  hip_thickness, foot_thickness);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((- 0.5 stemthickness_rounded, 0),
                           (0, -2 staff_space_rounded));
 fet_endchar;
 
@@ -202,7 +202,7 @@
        add_flag (flagspace, flare, .95, 1.05, 1.25,
                  hip_thickness, foot_thickness);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((- 0.5 stemthickness_rounded, 0),
                           (0, -3 staff_space_rounded));
 fet_endchar;
 
@@ -239,7 +239,7 @@
        add_flag (flagspace, flare, .95, 1.05, 1.25,
                  hip_thickness, foot_thickness);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((- 0.5 stemthickness_rounded, 0),
                           (0, -4 staff_space_rounded));
 fet_endchar;
 
@@ -268,7 +268,7 @@
                   hip_depth_ratio, foot_width_ratio,
                   hip_thickness, foot_thickness, 0);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((- 0.5 stemthickness_rounded, 0),
                           (0, -staff_space_rounded));
 
        y_mirror_char;
@@ -383,7 +383,7 @@
        add_flag (flagspace, flare, .95, 1.00, 1.25,
                  hip_thickness, foot_thickness);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((-0.5 stemthickness_rounded, 0),
                           (0, -2 staff_space_rounded));
 
        y_mirror_char;
@@ -420,7 +420,7 @@
        add_flag (flagspace, flare, .95, 1.05, 1.25,
                  hip_thickness, foot_thickness);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((- 0.5 stemthickness_rounded, 0),
                           (0, -3 staff_space_rounded));
 
        y_mirror_char;
@@ -459,7 +459,7 @@
        add_flag (.98 flagspace, flare, .91, 1.05, 1.2,
                  hip_thickness, foot_thickness);
 
-       draw_square_block ((-stemthickness_rounded, 0),
+       draw_square_block ((- 0.5 stemthickness_rounded, 0),
                           (0, -4 staff_space_rounded));
 
        y_mirror_char;


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to