X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2Fparmesan-dots.mf;h=97a6825a93e2f980e9e0a8b73a0b77ab3447cf53;hb=0b544cfb7332615ef809b71b57ab656741311ae1;hp=00280eaa2dd96e7ee1261af794ec2e5ac3db30c5;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/mf/parmesan-dots.mf b/mf/parmesan-dots.mf index 00280eaa2d..97a6825a93 100644 --- a/mf/parmesan-dots.mf +++ b/mf/parmesan-dots.mf @@ -1,13 +1,12 @@ % Feta (not the Font-En-Tja) music font -- dot vaticana % This file is part of LilyPond, the GNU music typesetter. % -% Copyright (C) 2006--2011 Juergen Reuter +% Copyright (C) 2006--2014 Juergen Reuter % -% -% LilyPond is free software: you can redistribute it and/or modify +% The LilyPond font 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. +% (at your option) any later version, or under the SIL Open Font License. % % LilyPond is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -35,4 +34,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");