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

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

Issue 572600047: Doc: Usage - Better description of -dcrop in Usage chapter 1.2
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | 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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 types. Default: @code{#f}. 573 types. Default: @code{#f}.
574 574
575 @item @code{clip-systems} @var{bool} 575 @item @code{clip-systems} @var{bool}
576 If @var{bool} is @code{#t}, extract music fragments out of a score. 576 If @var{bool} is @code{#t}, extract music fragments out of a score.
577 This requires that the @code{clip-regions} function has been defined 577 This requires that the @code{clip-regions} function has been defined
578 within the @code{\layout} block. See @ruser{Extracting fragments of 578 within the @code{\layout} block. See @ruser{Extracting fragments of
579 music}. No fragments are extracted though if used with the 579 music}. No fragments are extracted though if used with the
580 @option{-dno-print-pages} option. Default: @code{#f}. 580 @option{-dno-print-pages} option. Default: @code{#f}.
581 581
582 @item @code{crop} @var{bool} 582 @item @code{crop} @var{bool}
583 If @var{bool} is @code{#t}, match the size of the normal output to 583 If @var{bool} is @code{#t}, Fit all the music and headers, without·
fedelogy 2019/04/10 10:46:28 Just a nitpick. This should be lower case: Fit ->
584 the typeset image. Default: @code{#f}. 584 margins, into a @q{single-page} output file. Default: @code{#f}.
585 585
586 @item @code{datadir} 586 @item @code{datadir}
587 Prefix for data files. This is a read-only option; setting it has no 587 Prefix for data files. This is a read-only option; setting it has no
588 effect. 588 effect.
589 589
590 @item @code{debug-gc} @var{bool} 590 @item @code{debug-gc} @var{bool}
591 If @var{bool} is @code{#t}, dump memory debugging statistics. 591 If @var{bool} is @code{#t}, dump memory debugging statistics.
592 Default: @code{#f}. 592 Default: @code{#f}.
593 593
594 @item @code{debug-gc-assert-parsed-dead} @var{bool} 594 @item @code{debug-gc-assert-parsed-dead} @var{bool}
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 visible shift for notes with stems, but whole notes are not visibly 1477 visible shift for notes with stems, but whole notes are not visibly
1478 shifted unless an actual clash of the note heads occurs, or when the 1478 shifted unless an actual clash of the note heads occurs, or when the
1479 voices cross over from their natural order (when @code{\voiceThree} 1479 voices cross over from their natural order (when @code{\voiceThree}
1480 is higher than @code{\voiceOne}, etc.) 1480 is higher than @code{\voiceOne}, etc.)
1481 1481
1482 @seealso 1482 @seealso
1483 @rlearning{Explicitly instantiating voices}, 1483 @rlearning{Explicitly instantiating voices},
1484 @rlearning{Real music example}, 1484 @rlearning{Real music example},
1485 @ruser{Single-staff polyphony}, 1485 @ruser{Single-staff polyphony},
1486 @ruser{Collision resolution}. 1486 @ruser{Collision resolution}.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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