From: Carl Sorensen Date: Tue, 6 Sep 2011 01:33:56 +0000 (-0600) Subject: Doc -- Add metafont formatting rules to CG X-Git-Tag: release/2.15.10-1^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ecd77731fb245ff8d602eea83935a9bbe559cb54;p=lilypond.git Doc -- Add metafont formatting rules to CG --- diff --git a/Documentation/contributor/feta-font.itexi b/Documentation/contributor/feta-font.itexi index eb5dd124cd..78021ae8d7 100644 --- a/Documentation/contributor/feta-font.itexi +++ b/Documentation/contributor/feta-font.itexi @@ -8,6 +8,7 @@ * Adding a new font section:: * Adding a new glyph:: * Building the changed font:: +* METAFONT formatting rules:: @end menu @node Overview of the feta font @@ -111,3 +112,21 @@ is to do: rm mf/out/* make @end example + +@node METAFONT formatting rules +@section METAFONT formatting rules + +There are special formatting rules for METAFONT files. + +Tabs are used for indentation. + +When a path contains more than two points, put each point on a +separate line, with the operator at the beginning of the line: + +@example +fill z1 + -- z2 + -- z3 + .. cycle; +@end example +