]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-rests.mf
Imported Upstream version 2.16.0
[lilypond.git] / mf / feta-rests.mf
index 4f270801793997ead28f603db6703fc950eaf107..b109d3bac2e21533a52f63e776e880009e624796 100644 (file)
@@ -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--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+% Copyright (C) 1997--2012 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
@@ -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;