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

Side by Side Diff: Documentation/usage/running.itely

Issue 329990043: Add '-dcrop' option to ps and svg backends (Closed)
Patch Set: Created 6 years, 7 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:
View unified diff | Download patch
« no previous file with comments | « Documentation/changes.tely ('k') | lily/paper-book.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 @tab @code{#f} 498 @tab @code{#f}
499 @tab Check every property assignment for types. 499 @tab Check every property assignment for types.
500 500
501 @item @code{clip-systems} 501 @item @code{clip-systems}
502 @tab @code{#f} 502 @tab @code{#f}
503 @tab Extract music fragments out of a score. This requires that the 503 @tab Extract music fragments out of a score. This requires that the
504 @code{clip-regions} function has been defined within the @code{\layout} 504 @code{clip-regions} function has been defined within the @code{\layout}
505 block. See @ruser{Extracting fragments of music}. No fragments are 505 block. See @ruser{Extracting fragments of music}. No fragments are
506 extracted though if used with the @option{-dno-print-pages} option. 506 extracted though if used with the @option{-dno-print-pages} option.
507 507
508 @item @code{crop}
509 @tab @code{#f}
510 @tab Match the size of the normal output to the typeset image.
511
508 @item @code{datadir} 512 @item @code{datadir}
509 @tab 513 @tab
510 @tab Prefix for data files (read-only). 514 @tab Prefix for data files (read-only).
511 515
512 @item @code{debug-gc} 516 @item @code{debug-gc}
513 @tab @code{#f} 517 @tab @code{#f}
514 @tab Dump memory debugging statistics. 518 @tab Dump memory debugging statistics.
515 519
516 @item @code{debug-gc-assert-parsed-dead} 520 @item @code{debug-gc-assert-parsed-dead}
517 @tab @code{#f} 521 @tab @code{#f}
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 the first system of every @code{\score} block if the @code{\paper} 669 the first system of every @code{\score} block if the @code{\paper}
666 variable @code{print-all-headers} is set to @code{#t}. 670 variable @code{print-all-headers} is set to @code{#t}.
667 671
668 To suppress the usual output, use the @option{-dprint-pages} or 672 To suppress the usual output, use the @option{-dprint-pages} or
669 @option{-dno-print-pages} options according to your requirements. 673 @option{-dno-print-pages} options according to your requirements.
670 674
671 @multitable @columnfractions .33 .16 .51 675 @multitable @columnfractions .33 .16 .51
672 @item @code{print-pages} 676 @item @code{print-pages}
673 @tab @code{#t} 677 @tab @code{#t}
674 @tab Generate full pages, the default. @option{-dno-print-pages} is 678 @tab Generate full pages, the default. @option{-dno-print-pages} is
675 useful in combination with @option{-dpreview}. 679 useful in combination with @option{-dpreview} or @option{-dcrop}.
676 680
677 @item @code{profile-property-accesses} 681 @item @code{profile-property-accesses}
678 @tab @code{#f} 682 @tab @code{#f}
679 @tab Keep statistics of @code{get_property()} function calls. 683 @tab Keep statistics of @code{get_property()} function calls.
680 684
681 @item @code{protected-scheme-parsing} 685 @item @code{protected-scheme-parsing}
682 @tab @code{#t} 686 @tab @code{#t}
683 @tab Continue when errors in inline scheme are caught in the parser. If 687 @tab Continue when errors in inline scheme are caught in the parser. If
684 set to @code{#f}, halt on errors and print a stack trace. 688 set to @code{#f}, halt on errors and print a stack trace.
685 689
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 visible shift for notes with stems, but whole notes are not visibly 1221 visible shift for notes with stems, but whole notes are not visibly
1218 shifted unless an actual clash of the note heads occurs, or when the 1222 shifted unless an actual clash of the note heads occurs, or when the
1219 voices cross over from their natural order (when @code{\voiceThree} 1223 voices cross over from their natural order (when @code{\voiceThree}
1220 is higher than @code{\voiceOne}, etc.) 1224 is higher than @code{\voiceOne}, etc.)
1221 1225
1222 @seealso 1226 @seealso
1223 @rlearning{Explicitly instantiating voices}, 1227 @rlearning{Explicitly instantiating voices},
1224 @rlearning{Real music example}, 1228 @rlearning{Real music example},
1225 @ruser{Single-staff polyphony}, 1229 @ruser{Single-staff polyphony},
1226 @ruser{Collision resolution}. 1230 @ruser{Collision resolution}.
OLDNEW
« no previous file with comments | « Documentation/changes.tely ('k') | lily/paper-book.cc » ('j') | no next file with comments »

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