X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-bolletjes.mf;h=cae8c200a8e84c093803b7090bb3751001a383cd;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b45222e4cc6d06f6b2d00a79bcd7cafcb95fcc97;hpb=be8e0ed9c4d9bf06fb150e1f0d3cfe1518dfc3a7;p=lilypond.git diff --git a/mf/feta-bolletjes.mf b/mf/feta-bolletjes.mf index b45222e4cc..cae8c200a8 100644 --- a/mf/feta-bolletjes.mf +++ b/mf/feta-bolletjes.mf @@ -3,7 +3,7 @@ % % source file of LilyPond's pretty-but-neat music font % -% (c) 1997--2006 Jan Nieuwenhuizen +% (c) 1997--2008 Jan Nieuwenhuizen % & Han-Wen Nienhuys % & Juergen Reuter % @@ -163,7 +163,7 @@ def draw_longa (expr up) = if up: bot y1 = -d; - y2 = h; + top y2 = h; rt x1 - fudge = 0; x1 = x2; @@ -185,16 +185,18 @@ def draw_longa (expr up) = draw_gridline (z1, z2, stemthick); draw_gridline (z3, z4, stemthick); + + labels (1, 2, 3, 4); enddef; -fet_beginchar ("Longa notehead", "u-2"); +fet_beginchar ("Longa notehead", "uM2"); draw_longa (true); draw_staff (-2, 2, 0); fet_endchar; -fet_beginchar ("Longa notehead", "d-2"); +fet_beginchar ("Longa notehead", "dM2"); draw_longa (false); draw_staff (-2, 2, 0); @@ -202,13 +204,13 @@ fet_endchar; if test > 0: - fet_beginchar ("Longa notehead", "u-2"); + fet_beginchar ("Longa notehead", "uM2"); draw_longa (true); draw_staff (-2, 2, 0.5); fet_endchar; - fet_beginchar ("Longa notehead", "d-2"); + fet_beginchar ("Longa notehead", "dM2"); draw_longa (false); draw_staff (-2, 2, 0.5); @@ -247,7 +249,7 @@ def draw_brevis = enddef; -fet_beginchar ("Brevis notehead", "s-1"); +fet_beginchar ("Brevis notehead", "sM1"); draw_brevis; draw_staff (-2, 2, 0); @@ -255,7 +257,7 @@ fet_endchar; if test > 0: - fet_beginchar ("Brevis notehead", "s-1"); + fet_beginchar ("Brevis notehead", "sM1"); draw_brevis; draw_staff (-2, 2, 0.5);