From e1cb0ac64f193548b497015280ce8a39837019f9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 12 Oct 2007 14:38:50 -0700 Subject: [PATCH] Add \paper{} header for people who want to work on examples with lilypond. --- Documentation/user/policy.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- 2.39.5