]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-timesig.mf
get_program_option() function
[lilypond.git] / mf / feta-timesig.mf
index 33bcccccba719144af724173e1013862fc85ea1e..58bc9d9f9c5370a811adf80fac8793584486b030 100644 (file)
@@ -3,7 +3,7 @@
 %
 % source file of the Feta (not an abbreviation of Font-En-Tja) music font
 %
-% (c) 1998--2004 Mats Bengtsson <matsb@s3.kth.se>,
+% (c) 1998--2006 Mats Bengtsson <matsb@s3.kth.se>,
 %               Christian Mondrup <scancm@biobase.dk>
 
 fet_begingroup ("timesig");
@@ -89,11 +89,11 @@ fet_endchar;
 
 
 fet_beginchar ("2/2 meter", "C22");
-       save excentricity, top_stemlen, bottom_stemlen, thick, left_pos;
+       save eccentricity, top_stemlen, bottom_stemlen, thick, left_pos;
 
        draw_C;
 
-       excentricity = -1.75 stafflinethickness - 0.025 staff_space;
+       eccentricity = -1.75 stafflinethickness - 0.025 staff_space;
        top_stemlen# = bottom_stemlen# = 1.4 staff_space#;
        thick# = stafflinethickness# + 0.05 staff_space#;
        define_whole_pixels (top_stemlen, bottom_stemlen);
@@ -101,8 +101,8 @@ fet_beginchar ("2/2 meter", "C22");
 
        bottom_stemlen := bottom_stemlen - feta_shift;
 
-       draw_block ((x2 + excentricity, -bottom_stemlen),
-                   (x2 + excentricity + thick, top_stemlen));
+       draw_block ((x2 + eccentricity, -bottom_stemlen),
+                   (x2 + eccentricity + thick, top_stemlen));
 fet_endchar;
 
 fet_endgroup ("timesig");