]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-schrift.mf
Docs-hu: Fix missing menu from Learning 1.3 Docs-hu: Polish navigation translation...
[lilypond.git] / mf / feta-schrift.mf
index 7fd09c134199d7cc69dd90e0279e9e16f12be6ea..1afbcc21a76510bbbd1562748621b81893d26f8e 100644 (file)
@@ -1,12 +1,22 @@
-% -*- Fundamental -*-  (emacs-20 mf mode mucks
-% feta-schrift.mf --  implement scripts
+% Feta (not the Font-En-Tja) music font --  implement scripts
+% This file is part of LilyPond, the GNU music typesetter.
 %
-% source file of the Feta (defintively not an abbreviation for Font-En-Tja)
-% music font
-%
-% (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+% Copyright (C) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 %      Jan Nieuwenhuizen <janneke@gnu.org>
 %
+%
+% LilyPond is free software: you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
+%
+% LilyPond is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
 
 fet_begingroup ("scripts");
@@ -1567,7 +1577,7 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato");
        define_pixels (height, width);
        define_whole_blacker_pixels (thickness);
 
-       set_char_box (width# / 2, width# / 2, height# / 2, height# / 2);
+       set_char_box (width# / 2, width# / 2, height# / 2, height# * 3 / 4);
 
        penpos1 (thickness, 90);
        penpos2 (thickness, 180);
@@ -1575,10 +1585,10 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato");
        penpos4 (thickness, 0);
 
        x1 = 0;
-       y1r = h;
+       y1r = height / 2;
        x3 = x1;
        y3r = -y1r;
-       x4r = w;
+       x4r = width / 2;
        y4 = 0;
        x2r = -x4r;
        y2 = y4;
@@ -1601,10 +1611,13 @@ fet_beginchar ("snap pizzicato (Bartok pizzicato)", "snappizzicato");
                     .. z4
                     .. cycle;
        fi;
+
        z5 = (0, 0);
-       z6 = (x5, 1.5*y1r);
-       pickup pencircle scaled thickness;
-        draw z5 -- z6;
+       z6 = (x5, 1.5 y1r);
+
+       draw_gridline (z5, z6, thickness);
+
+       labels (5, 6);
 fet_endchar;
 
 fet_endgroup ("scripts");