Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2057)

Delta Between Two Patch Sets: Documentation/usage/running.itely

Issue 8663044: Be serious about setstrokeadjust in PostScript primitives (Closed)
Left Patch Set: Fix problem with path initialization, use same drawing method for staff lines Created 11 years, 11 months ago
Right Patch Set: Route everything through strokeadjust, add -dstrokeadjust option, off by default Created 11 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/changes.tely ('k') | ps/music-drawing-routines.ps » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 @item @code{strict-infinity-checking} 657 @item @code{strict-infinity-checking}
658 @tab @code{#f} 658 @tab @code{#f}
659 @tab Force a crash on encountering @code{Inf} and @code{NaN} floating 659 @tab Force a crash on encountering @code{Inf} and @code{NaN} floating
660 point exceptions. 660 point exceptions.
661 661
662 @item @code{strip-output-dir} 662 @item @code{strip-output-dir}
663 @tab @code{#t} 663 @tab @code{#t}
664 @tab Don't use directories from input files while constructing output 664 @tab Don't use directories from input files while constructing output
665 file names. 665 file names.
666 666
667 @item @code{strokeadjust}
668 @tab @code{#f}
669 @tab Force PostScript stroke adjustment. This option is mostly
670 relevant when @code{PDF} is generated from PostScript output
671 (stroke adjustment is usually enabled automatically for
672 low-resolution bitmap devices). Without this option,
673 @code{PDF}@tie{}previewers tend to produce widely inconsistent
674 stem widths at resolutions typical for screen display. The option
675 does not noticeably affect print quality and causes large file
676 size increases in @code{PDF} files.
677
667 @item @code{svg-woff} 678 @item @code{svg-woff}
668 @tab @code{#f} 679 @tab @code{#f}
669 @tab Use woff font files in SVG backend. 680 @tab Use woff font files in SVG backend.
670 681
671 @item @code{trace-memory-frequency} 682 @item @code{trace-memory-frequency}
672 @tab @code{#f} 683 @tab @code{#f}
673 @tab Record Scheme cell usage this many times per second. Dump the 684 @tab Record Scheme cell usage this many times per second. Dump the
674 results to @code{FILE.stacks} and @code{FILE.graph}. 685 results to @code{FILE.stacks} and @code{FILE.graph}.
675 686
676 @item @code{trace-scheme-coverage} 687 @item @code{trace-scheme-coverage}
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 staves are introduced in parallel, i.e. simultaneously: 1098 staves are introduced in parallel, i.e. simultaneously:
1088 1099
1089 @lilypond[quote,verbatim] 1100 @lilypond[quote,verbatim]
1090 \score { 1101 \score {
1091 << 1102 <<
1092 \new Staff { a' a' a' a' } 1103 \new Staff { a' a' a' a' }
1093 \new Staff { g' g' g' g' } 1104 \new Staff { g' g' g' g' }
1094 >> 1105 >>
1095 } 1106 }
1096 @end lilypond 1107 @end lilypond
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b