]> git.donarmstrong.com Git - lilypond.git/blob - mf/feta-accidentals.mf
Add '-dcrop' option to ps and svg backends
[lilypond.git] / mf / feta-accidentals.mf
1 % Feta (not the Font-En-Tja) music font --  Accidentals
2 % This file is part of LilyPond, the GNU music typesetter.
3 %
4 % Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
5 %
6 % The LilyPond font is free software: you can redistribute it and/or modify
7 % it under the terms of the GNU General Public License as published by
8 % the Free Software Foundation, either version 3 of the License, or
9 % (at your option) any later version, or you can redistribute it under
10 % the SIL Open Font License.
11 %
12 % LilyPond is distributed in the hope that it will be useful,
13 % but WITHOUT ANY WARRANTY; without even the implied warranty of
14 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 % GNU General Public License for more details.
16 %
17 % You should have received a copy of the GNU General Public License
18 % along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
19
20
21 %
22 % Accidentals from various sources, notably
23 %
24 %   Baerenreiter edition of Schuberts `Auf dem Strom' (sharp, natural)
25 %   F Hofmeister edition of Muellers `Etueden fuer Horn' (double sharp, flat)
26 %
27
28
29 %
30 % Naming for accidentals (including microtonal variants):
31 %
32 %   SHARPBASE[.SLASHES.STEMS]
33 %   FLATBASE[.MODIFIER]
34 %
35 % Examples:
36 %
37 %   sharp.slashslash.stem
38 %   mirroredflat.flat
39 %
40 %
41
42
43 fet_begingroup ("accidentals");
44         input feta-arrow;
45         input feta-sharps;
46         input feta-naturals;
47         input feta-flats;
48         input feta-parenthesis;
49 fet_endgroup ("accidentals");