X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-schrift.mf;h=e5ac069ffac91b47a3b43b14f182bd8755c9f845;hb=0cc9cc269a44e57172ba75361c20989ff7267bde;hp=236fe22a45cfdbc96dc11f69c1d47d3f5c7321b3;hpb=815eda4baaf367a5884ef4df4227e0b2b1768e8e;p=lilypond.git diff --git a/mf/feta-schrift.mf b/mf/feta-schrift.mf index 236fe22a45..e5ac069ffa 100644 --- a/mf/feta-schrift.mf +++ b/mf/feta-schrift.mf @@ -123,17 +123,9 @@ fet_beginchar("> accent", "sforzato", "sforzatoaccent") labels(4); fet_endchar; -% Hmm, changed 1.5 to 1.4 to avoid problems with "random" placement of -% the dots because of quantization effects for almost integer values. /MB - - -% -% Hmm. Should not meddle with darkness of font. Check out the -% correct value for radius. Maybe we'd better change padding --hwn -% fet_beginchar("staccato dot", "staccato", "staccato") save radius; - radius# = (3/8) / 1.75 staff_space#; + radius# = 0.20 * staff_space#; define_whole_pixels(radius); pickup pencircle scaled 2 radius; drawdot (0,0); @@ -156,9 +148,6 @@ fet_beginchar("staccatissimo/martellato up", "ustaccatissimo", draw_staccatissimo; fet_endchar; -% -% FIXEM: scale labels too. -% fet_beginchar("staccatissimo/martellato down", "dstaccatissimo", "dstaccatissimo") draw_staccatissimo; y_mirror_char; @@ -174,11 +163,6 @@ fet_beginchar("portato/single tenuto", "tenuto", "tenuto") draw_rounded_block((-b,-thick/2),(w,thick/2),thick); fet_endchar; - -% -% Portato by Heikki Junes -% - def draw_portato = save thick, radius; thick# = 1.4 stafflinethickness#; @@ -238,6 +222,7 @@ fet_endchar; % The down marcato char (not very much used). % Contrary to what some MF/TeX `gurus' believe % it is *point*-symmetric with the "up" version +% fet_beginchar("marcato down", "dmarcato", "dmarcato") draw_marcato; xy_mirror_char;