]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc -- Add metafont formatting rules to CG
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 6 Sep 2011 01:33:56 +0000 (19:33 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 6 Sep 2011 01:36:03 +0000 (19:36 -0600)
Documentation/contributor/feta-font.itexi

index eb5dd124cd18395007677e8fe532a34d81445ac7..78021ae8d73c858a3be151dc9e3888c90aa7b983 100644 (file)
@@ -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
+