]> git.donarmstrong.com Git - lilypond.git/commitdiff
''
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Apr 2002 22:52:04 +0000 (22:52 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Apr 2002 22:52:04 +0000 (22:52 +0000)
mf/feta-din-code.mf
mf/feta-schrift.mf

index bb0125a8a0a29cb27af5298b759cae107e0d339c..0d760c2c1e1cff2717a6a81755d69689771dee5e 100644 (file)
@@ -341,14 +341,13 @@ fet_endchar;
 %
 % NOTES:
 %
-% * right stem is fatter and more straight than the left 2 two  stems.
+% * right stem is fatter and more straight than the left 2 two stems.
 %
 % * The twiddle  at the left is similar to the p twiddle 
 %
 % * The bottoms of the stems are blotted. 
 %
 
-
 %
 %
 % This is cut & paste programming. Somehow 3 i shapes in two chars (p and m)
index d057e8fc864e0dd022bfb894ff76c2b39a765100..7cf3d1b4451c4886db6f83c92d6cf529c18a24f4 100644 (file)
@@ -129,7 +129,7 @@ fet_endchar;
 %
 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);