X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Fparmesan-dots.mf;h=4e77d9c465c64d3b67e123ca41b738fc71b4e716;hb=0a0274a3bf5792dfb7ce3719f5dfaef36059affe;hp=826dabe2c86cc6a5e68407b395e03e30c533b50a;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/mf/parmesan-dots.mf b/mf/parmesan-dots.mf index 826dabe2c8..4e77d9c465 100644 --- a/mf/parmesan-dots.mf +++ b/mf/parmesan-dots.mf @@ -1,10 +1,21 @@ -% -%-Fundamental-%- -*-Metafont-*- -% parmesan-dots.mf -- dot vaticana -% -% source file of LilyPond's pretty-but-neat music font -% -% (c) 2006--2009 Juergen Reuter +% Feta (not the Font-En-Tja) music font -- dot vaticana +% This file is part of LilyPond, the GNU music typesetter. +% +% Copyright (C) 2006--2012 Juergen Reuter % +% +% LilyPond is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% LilyPond is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with LilyPond. If not, see . fet_begingroup ("dots"); @@ -24,4 +35,29 @@ fet_beginchar ("duration dot", "dotvaticana"); set_char_box (0, dot_diam#, .5 dot_diam#, .5 dot_diam#); fet_endchar; + +%%%%%%%%%%%%% +%%% +%%% Code for Kievan Music Notation +%%% +%%%%%%%%%%%%% + + +save kievan_dot_diam; +kievan_dot_diam# := staff_space# - stafflinethickness#; +define_whole_pixels (kievan_dot_diam); + + +fet_beginchar ("Kievan augmentation dot", "dotkievan"); + % parameters for superellipse are right, top, left, bottom + fill superellipse ((kievan_dot_diam, 0), + (kievan_dot_diam / 2, kievan_dot_diam / 2), + (0, 0), + (kievan_dot_diam / 2, -kievan_dot_diam / 2), + 0.51); + + set_char_box (0, kievan_dot_diam#, + 0.5 kievan_dot_diam#, 0.5 kievan_dot_diam#); +fet_endchar; + fet_endgroup ("dots");