From c4730b72940efc58c51571a910969677538eaf91 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Tue, 30 Nov 2010 18:18:06 -0700 Subject: [PATCH] DOC: CG 7.5 Adding Issues - clarify file types Per discussion with P Holmes: Use .png for 1-2 pages of output, .pdf for > 2 Caution about large files --- Documentation/contributor/issues.itexi | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Documentation/contributor/issues.itexi b/Documentation/contributor/issues.itexi index 2d496e830e..ec34a77cdd 100644 --- a/Documentation/contributor/issues.itexi +++ b/Documentation/contributor/issues.itexi @@ -625,13 +625,25 @@ lilypond --png bug.ly @end example @item -If the issue requires multi-page output, then generate a -@file{bug.pdf} file with the normal: +If the issue requires one or two pages of output, then generate a +@file{bug.png} file with the normal: @example lilypond --png bug.ly @end example +@item +If the issue cannot be shown with less than three pages, then +generate a @file{bug.pdf} file with: + +@example +lilypond --pdf bug.ly +@end example + +Note that this is likely to be extremely rare; most bugs should fit +into the first two categories above. + + @end itemize @item -- 2.39.5