From: Graham Percival Date: Fri, 12 Oct 2007 21:38:50 +0000 (-0700) Subject: Add \paper{} header for people who want to work on examples with lilypond. X-Git-Tag: release/2.11.35-1~46^2~48 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e1cb0ac64f193548b497015280ce8a39837019f9;p=lilypond.git Add \paper{} header for people who want to work on examples with lilypond. --- diff --git a/Documentation/user/policy.txt b/Documentation/user/policy.txt index 31038a2ae1..bb377d3921 100644 --- a/Documentation/user/policy.txt +++ b/Documentation/user/policy.txt @@ -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