]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-haak.mf
Misc cleanups.
[lilypond.git] / mf / feta-haak.mf
index 674593cfbacdd248854558a18f6ce23389f1d53a..2e8e83275ae6c7623786c3e2c973537eff66b77a 100644 (file)
@@ -4,11 +4,11 @@
 %
 % source file of the Feta (not the Font-En-Tja) music font
 %
-% (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+% (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 fet_begingroup ("brackettips");
 
-def draw_bracket(expr thick_sharp, width_sharp, updown) =
+def draw_bracket (expr thick_sharp, width_sharp, updown) =
 begingroup;
        save p, thin, thick, flattening, width, hair, flare;
        path p;
@@ -22,7 +22,7 @@ begingroup;
        define_pixels (thick, width, flare);
        if updown = 1:
                set_char_box (0, width#,
-                             .5 thick# , flare#);
+                             .5 thick#, flare#);
        else:
                set_char_box (0, width#,
                              flare#, .5 thick#);