From: Colin Campbell Date: Wed, 1 Dec 2010 01:18:06 +0000 (-0700) Subject: DOC: CG 7.5 Adding Issues - clarify file types X-Git-Tag: release/2.13.41-1~1^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c4730b72940efc58c51571a910969677538eaf91;p=lilypond.git 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 --- 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