]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add \paper{} header for people who want to work on examples with lilypond.
authorGraham Percival <graham@percival-music.ca>
Fri, 12 Oct 2007 21:38:50 +0000 (14:38 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:43 +0000 (09:48 +0100)
Documentation/user/policy.txt

index 31038a2ae1875460ad01f8787cab76ed1244ca75..bb377d392147511373a37572c7c489733ef3554a 100644 (file)
@@ -102,6 +102,25 @@ main docs
 * Avoid long stretches of input code.  Noone is going to read them
   in print.  Instead refer to an example input file with @lsr{}.
 
+* If you want to work on an example outside of the manual (for
+  easier/faster processing), use this header:
+
+\paper {
+  #(define dump-extents #t)
+  indent = 0\mm
+  line-width = 160\mm - 2.0 * 0.4\in
+  ragged-right = ##t
+  force-assignment = #""
+  line-width = #(- line-width (* mm  3.000000))
+}
+
+\layout {
+}
+
+  You may not change any of these values.  If you are making an
+  example demonstrating special \paper{} values, contact the
+  Documentation Editor.
+
 
 %%%%% TEXT FORMATTING