X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Ffeta-rests.mf;h=b109d3bac2e21533a52f63e776e880009e624796;hb=d11dbf277719c0179c5520154c925839d969a535;hp=84a525b74663254bc2186542d208ab32263fe4c9;hpb=8e45bb167fa4efc8fc87f2e8bdfd6a48d2e0140a;p=lilypond.git diff --git a/mf/feta-rests.mf b/mf/feta-rests.mf index 84a525b746..b109d3bac2 100644 --- a/mf/feta-rests.mf +++ b/mf/feta-rests.mf @@ -1,7 +1,7 @@ % Feta (not the Font-En-Tja) music font -- rest symbols -*-Fundamental-*- % This file is part of LilyPond, the GNU music typesetter. % -% Copyright (C) 1997--2009 Jan Nieuwenhuizen +% Copyright (C) 1997--2012 Jan Nieuwenhuizen % % LilyPond is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -125,6 +125,24 @@ fet_beginchar ("breve rest", "M1"); draw_staff (-2, 2, 0); fet_endchar; +fet_beginchar ("breve rest (outside staff)", "M1o"); + set_char_box (0, breve_rest_x#, + ledgerlinethickness# / 2, breve_rest_y#); + + draw_block ((0, 0), (breve_rest_x, breve_rest_y)); + + pickup pencircle scaled ledgerlinethickness; + + y5 = y6 = breve_rest_y; + lft x5 = -b - breve_rest_y / 2; + rt x6 = w + breve_rest_y / 2; + + draw_gridline (z5, z6, ledgerlinethickness_rounded); + draw_gridline ((x5, 0), (x6, 0), ledgerlinethickness_rounded); + + draw_staff (-2, 2, 3); +fet_endchar; + fet_beginchar ("Quarter rest", "2"); save alpha, yshift, height;