in the file(AUTHORS.pod) file, or you won't get credits :-]
+em(Please) always send a bf(-u) diff, even if it is larger than the
+whole file.
+
question(How do I learn the C++ code?)
The entry point is in code(main()). Good luck. :-)
Also, don't forget to remove all old .tfm and .*pk files when the font
is updated (as it will be in version 1.1.40, for example).
-question(How does PS output work?)
+question(Are there scalable versions of the font?)
-itemize(
- it()
-Generate the PostScript Type-3 fonts. In the file(mf/)
+Yes, they are type-3 fonts. In the file(mf/)
subdirectory, issue:
verb(
make pfa
) in the mf/ subdirectory. This will also make file(mfplain) for metapost.
+The file(pfa)s will be in the subdirectory file(out/).
+
+question(How does PS output work?)
+
+itemize(
+ it()
+Generate the PostScript Type-3 fonts.
it()
Run lilypond with option tt(-f ps):
verb(
-%
% common german names for notes. "es" means flat, "is" means sharp
%
% by Roland Meier <meier@informatik.th-darmstadt.de>
% based on swedish.ly by Mats Bengtsson.
+% 1999/06/09 Bjoern Jacke <bjoern.jacke@gmx.de>
+% added asas and marked ases as `unusual'
+
%
% Please note that, while these names are used to enter *notes*, they
g = \musicalpitch { -1 4 0 }
gis = \musicalpitch { -1 4 1 }
gisis = \musicalpitch { -1 4 2 }
- ases = \musicalpitch { -1 5 -2 }
+ asas = \musicalpitch { -1 5 -2 }
+ ases = \musicalpitch { -1 5 -2 } % non-standard name for asas
as = \musicalpitch { -1 5 -1 }
a = \musicalpitch { -1 5 0 }
ais = \musicalpitch { -1 5 1 }
G = \musicalpitch { -2 4 0 }
Gis = \musicalpitch { -2 4 1 }
Gisis = \musicalpitch { -2 4 2 }
- Ases = \musicalpitch { -2 5 -2 }
+ Asas = \musicalpitch { -2 5 -2 }
+ Ases = \musicalpitch { -2 5 -2 } % non-standard name for Asas
As = \musicalpitch { -2 5 -1 }
A = \musicalpitch { -2 5 0 }
Ais = \musicalpitch { -2 5 1 }