]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-schrift.mf
* stepmake/stepmake/compile-vars.make:
[lilypond.git] / mf / feta-schrift.mf
index 9b390d7e06c834d13359a34c81a76517d36c00bb..3fd6c692feaee73593bcb0b70e50bde265a4abab 100644 (file)
@@ -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;