]> git.donarmstrong.com Git - lilypond.git/commitdiff
'' release/1.5.51
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Apr 2002 22:34:36 +0000 (22:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Apr 2002 22:34:36 +0000 (22:34 +0000)
ChangeLog
mf/feta-schrift.mf

index f2922e2dd67f0c698489eff84832a0daad7997d6..7705772cf966795bcfad5638c90cd83308912e88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,8 +30,6 @@
 
        * lilypond-mode.el: Added "2Midi" command
 
-2002-04-06  Chris Jackson <chris@fluffhouse.org.uk>
-
 2002-04-06  Chris Jackson <chris@fluffhouse.org.uk>
 
        * lily/tuplet-bracket.cc, scm/grob-description.scm: New
index 9b390d7e06c834d13359a34c81a76517d36c00bb..d057e8fc864e0dd022bfb894ff76c2b39a765100 100644 (file)
@@ -123,17 +123,13 @@ 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# =   ((3/8) * 1.75) staff_space#;
        define_whole_pixels(radius);
        pickup pencircle scaled 2 radius;
        drawdot (0,0);