X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-puntje.mf;h=67199364fb9538186efe257448cdf020e7525742;hb=fc3e875d6bf06f0680e897faffdcab36ad975a03;hp=62a10760135f5b1f96bde20a491c465aecd4e91b;hpb=0119396bf047bbc0a6debd06f48e6d18573e2303;p=lilypond.git diff --git a/mf/feta-puntje.mf b/mf/feta-puntje.mf index 62a1076013..67199364fb 100644 --- a/mf/feta-puntje.mf +++ b/mf/feta-puntje.mf @@ -17,5 +17,11 @@ fet_beginchar("repeat dots", "repeatcolon", "repeatcolon") set_char_box(0, dot_diam#, staff_space#/2, staff_space#/2); fet_endchar; +fet_beginchar("even repeat dots", "evenrepeatcolon", "evenrepeatcolon") + pickup pencircle scaled dot_diam; + draw (dot_diam/2, staff_space); + addto currentpicture also currentpicture yscaled -1; + set_char_box(0, dot_diam#, staff_space#, staff_space#); +fet_endchar; fet_endgroup("dots");