From: Rune Zedeler Date: Thu, 1 Aug 2002 10:43:10 +0000 (+0000) Subject: 2002-08-01 Rune Zedeler X-Git-Tag: release/1.5.72~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c27ff0ada00ab791b1f644da047923bba2ba3d6;p=lilypond.git 2002-08-01 Rune Zedeler * mf/feta-eindelijk.mf: Changed layout of 16th and shorter rests to match the 8th rest. slanted 8th rest a bit more. WARNING: 8th rest and classical quarter rest exchanged. --- diff --git a/ChangeLog b/ChangeLog index 069403bec6..c35ceb21bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-01 Rune Zedeler + + * mf/feta-eindelijk.mf: Changed layout of 16th and shorter rests + to match the 8th rest. slanted 8th rest a bit more. + WARNING: 8th rest and classical quarter rest exchanged. + 2002-07-31 Rune Zedeler * input/SondagMorgen/*.ly: Added. TODO: Lots of cleanups but now diff --git a/mf/feta-eindelijk.mf b/mf/feta-eindelijk.mf index 59562f3a71..fcc12ec877 100644 --- a/mf/feta-eindelijk.mf +++ b/mf/feta-eindelijk.mf @@ -256,7 +256,7 @@ def draw_eighth_rest = y1 = - staff_space ; y2 = h - lower_brush; x2r = width; - z2 = z1 + whatever*dir(75); + z2 = z1 + whatever*dir(72); z9 = z2 + 0.5 stafflinethickness * dir (angle(z2 - z1)- 10); pat = z1l --- z2l .. z9 .. z2r --- simple_serif (z1r, z1l, -40) .. cycle; fill pat; @@ -270,13 +270,13 @@ def draw_eighth_rest = enddef; -fet_beginchar("8th rest","3","eighthrest"); +fet_beginchar("Classical quarter rest","2classical","clasquartrest"); draw_eighth_rest; + currentpicture := currentpicture xscaled -1 shifted (w,0); fet_endchar; -fet_beginchar("Classical quarter rest","2classical","clasquartrest"); +fet_beginchar("8th rest","3","eighthrest"); draw_eighth_rest; - currentpicture := currentpicture xscaled -1 shifted (w,0); fet_endchar; fet_beginchar("16th rest","4","sixteenthrest"); @@ -286,7 +286,7 @@ fet_beginchar("16th rest","4","sixteenthrest"); pair crook_dir; path pat; - width# := 1.25 staff_space#; + width# := 1.2 staff_space#; bulb_diam# := 0.64 staff_space#; thin# := 1.2 stafflinethickness#; thick# := 2.2 stafflinethickness#; @@ -305,7 +305,7 @@ fet_beginchar("16th rest","4","sixteenthrest"); y1 = -2 staff_space ; y2 = h - lower_brush; x2r = width; - z2 = z1 + whatever*dir(75.5); + z2 = z1 + whatever*dir(74); z9 = z2 + 0.5 stafflinethickness * dir (angle(z2 - z1)- 10); pat = z1l --- z2l .. z9 .. z2r --- simple_serif (z1r, z1l, -40) .. cycle; fill pat; @@ -326,7 +326,7 @@ fet_beginchar("32th rest","5","thirtysecondrest"); pair crook_dir; path pat; - width# := 1.5 staff_space#; + width# := 1.3 staff_space#; bulb_diam# := 0.64 staff_space#; thin# := 1.2 stafflinethickness#; thick# := 2.2 stafflinethickness#; @@ -367,7 +367,7 @@ fet_beginchar("64th rest","6","sixtyfourthrest"); pair crook_dir; path pat; - width# := 1.75 staff_space#; + width# := 1.4 staff_space#; bulb_diam# := 0.64 staff_space#; thin# := 1.2 stafflinethickness#; thick# := 2.2 stafflinethickness#; @@ -386,7 +386,7 @@ fet_beginchar("64th rest","6","sixtyfourthrest"); y1 = -3 staff_space ; y2 = h - lower_brush; x2r = width; - z2 = z1 + whatever*dir(76.5); + z2 = z1 + whatever*dir(78); z9 = z2 + 0.5 stafflinethickness * dir (angle(z2 - z1)- 10); pat = z1l --- z2l .. z9 .. z2r --- simple_serif (z1r, z1l, -40) .. cycle; fill pat; @@ -409,7 +409,7 @@ fet_beginchar("128th rest","7","hundredtwentyeighthrest"); pair crook_dir; path pat; - width# := 2.0 staff_space#; + width# = 1.5 staff_space#; bulb_diam# := 0.64 staff_space#; thin# := 1.2 stafflinethickness#; thick# := 2.2 stafflinethickness#; @@ -428,7 +428,7 @@ fet_beginchar("128th rest","7","hundredtwentyeighthrest"); y1 = -3 staff_space ; y2 = h - lower_brush; x2r = width; - z2 = z1 + whatever*dir(77); + z2 = z1 + whatever*dir(80); z9 = z2 + 0.5 stafflinethickness * dir (angle(z2 - z1)- 10); pat = z1l --- z2l .. z9 .. z2r --- simple_serif (z1r, z1l, -40) .. cycle; fill pat;