]> git.donarmstrong.com Git - lilypond.git/commitdiff
* mf/feta-toevallig.mf: tweak for bottom of flat sign.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 6 Jul 2003 18:37:07 +0000 (18:37 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 6 Jul 2003 18:37:07 +0000 (18:37 +0000)
lo-res fixes.

* mf/feta-schrift.mf: bugfix in varcoda sign.
WARNING: FONT CHANGED

* lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
in accordance with lexer.ll.

ChangeLog
lily/my-lily-lexer.cc
mf/feta-generic.mf
mf/feta-schrift.mf
mf/feta-toevallig.mf

index 1c910d563b50710696041679cf744d166b82321b..8e9f54a1cdcadfcf94174495bf0dd659028956db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
+       lo-res fixes.
+
+       * mf/feta-schrift.mf: bugfix in varcoda sign.
+       WARNING: FONT CHANGED
+
+       * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
+       in accordance with lexer.ll.   
+
 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Documentation/user/tutorial.itely: Edit introduction.
index 5919b84188c12d08c29456011111087967e546fc..8513720acb50223073064d5c022fb9d244c2f0d0 100644 (file)
@@ -147,7 +147,7 @@ My_lily_lexer::lookup_identifier (String s)
        return scm_variable_ref(var);
     }
 
-  return SCM_UNSPECIFIED;
+  return SCM_UNDEFINED;
 }
 
 void
index 0270ad3803ca7fd5c13da58f71fd5123b01c43d8..c551a2298962dace8c52f6aa9deb4fb46eabcc3e 100644 (file)
@@ -44,7 +44,7 @@ else:
 %      input feta-eindelijk;
 %      input feta-klef;
        input feta-toevallig;
-%      input feta-schrift;
+       input feta-schrift;
 %      input feta-haak;
 %      input feta-timesig;
 %      input feta-pendaal;
index 46d99983c44f50274b827b0be5965113d21c0c66..513acfcf22c38b463a798f73e1c47c209f48b9ed 100644 (file)
@@ -827,13 +827,14 @@ fet_beginchar("Varied Coda", "varcoda", "varcoda")
        y1 = y2 - thin;
        x2 = 0;
        y2 = codaheight;
-       draw_rounded_block(z1, z2, thick);
+       draw_rounded_block(z1, z2, blot_diameter);
 
        x3 = x1;
        y3 = -blot_diameter;
        x4 = x1 + thick;
        y4 = y2;
-       draw_rounded_block(z3, z4, thick);
+       draw_rounded_block(z3, z4, blot_diameter);
+       labels(1,2,3,4);
 
        addto currentpicture also currentpicture xscaled -1;
        addto currentpicture also currentpicture yscaled -1;
index 9616c63d75fa1f4f3d444b17e7890053c0aa576a..ea85a29c55e9d7fa498517a3755997403983b04e 100644 (file)
@@ -170,6 +170,7 @@ def draw_meta_flat(expr xcenter, w, crook_fatness) =
        save crook_thinness;
        save bottom_overshoot;
        save top_stem_thick, bottom_stem_thick, hair, smaller_hole;
+       save top_crook_thinness;
        save zwiep; 
        save center;
        pair center;
@@ -184,12 +185,14 @@ def draw_meta_flat(expr xcenter, w, crook_fatness) =
 %  TODO: parameterize  this
 %
        if w >= 0.75 staff_space:
-               smaller_hole = 0.2 stafflinethickness;
+               smaller_hole = 0.35 stafflinethickness;
        else:
                smaller_hole = 0.0 stafflinethickness;
        fi
-       crook_thinness = 1.1 stafflinethickness;
-       top_stem_thick = 2.2 stafflinethickness;
+       crook_thinness = 1.3 stafflinethickness;
+       top_crook_thinness = 1.65 stafflinethickness;
+       top_stem_thick# = 2.2 stafflinethickness#;
+       define_blacker_pixels (top_stem_thick);
        bottom_overshoot = stafflinethickness;
        bottom_stem_thick = 1.2 stafflinethickness;
 
@@ -214,7 +217,8 @@ def draw_meta_flat(expr xcenter, w, crook_fatness) =
                -staff_space/2 - stafflinethickness/2) - (0,bottom_overshoot);
 
        penpos4(whatever, 53);
-       y4l - y4r = 1.5 crook_thinness ;
+
+       y4l - y4r =  top_crook_thinness ;
 
        y5r = .20 staff_space + ypart center;
        x5l = w + xpart center;
@@ -231,7 +235,7 @@ def draw_meta_flat(expr xcenter, w, crook_fatness) =
 
        z7 = z8 + whatever * bot_crook_dir + crook_thinness  * (bot_crook_dir rotated 90);
 
-       x7 = .5 [x11, x8];
+       x7 = .4 [x11, x8];
 
        penlabels(range 0 thru 10);
 
@@ -271,7 +275,7 @@ fet_beginchar("Double Flat", "-2", "flatflat")
        overlap = .05;
        set_char_box(1.2 stafflinethickness#, (left_wid + right_wid -overlap) *staff_space#, .6 staff_space#, 1.9 staff_space#);
        draw_meta_flat(0, left_wid*  staff_space, 1/3 staff_space);
-       draw_meta_flat((left_wid - overlap) *staff_space,  
+       draw_meta_flat(round ((left_wid - overlap) *staff_space),
                right_wid *staff_space, 0.33 staff_space);
        fet_endchar;