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

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

Issue 149650043: Implement -dtags-to-keep and -dtags-to-remove commandline options
Patch Set: Created 9 years, 5 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 | scm/lily.scm » ('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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 adjustment is usually enabled automatically for low-resolution bitmap 670 adjustment is usually enabled automatically for low-resolution bitmap
671 devices). Without this option, PDF previewers tend to produce widely 671 devices). Without this option, PDF previewers tend to produce widely
672 inconsistent stem widths at resolutions typical for screen display. The 672 inconsistent stem widths at resolutions typical for screen display. The
673 option does not noticeably affect print quality and causes large file 673 option does not noticeably affect print quality and causes large file
674 size increases in PDF files. 674 size increases in PDF files.
675 675
676 @item @code{svg-woff} 676 @item @code{svg-woff}
677 @tab @code{#f} 677 @tab @code{#f}
678 @tab Use woff font files in SVG backend. 678 @tab Use woff font files in SVG backend.
679 679
680 @item @code{tags-to-keep}
marc 2014/10/09 06:36:16 What do you think about @code{keep-with-tag} and @
681 @tab @code{#f}
682 @tab Run @code{\keepWithTag} with the given list of tags on the
683 music in every @code{\score}, see @ruser{Using Tags}.
684
685 @item @code{tags-to-remove}
686 @tab @code{#f}
687 @tab Run @code{\removeWithTag} with the given list of tags on the
688 music in every @code{\score}, see @ruser{Using Tags}.
689
680 @item @code{trace-memory-frequency} 690 @item @code{trace-memory-frequency}
681 @tab @code{#f} 691 @tab @code{#f}
682 @tab Record Scheme cell usage this many times per second. Dump the 692 @tab Record Scheme cell usage this many times per second. Dump the
683 results to @code{FILE.stacks} and @code{FILE.graph}. 693 results to @code{FILE.stacks} and @code{FILE.graph}.
684 694
685 @item @code{trace-scheme-coverage} 695 @item @code{trace-scheme-coverage}
686 @tab @code{#f} 696 @tab @code{#f}
687 @tab Record coverage of Scheme files in @code{FILE.cov}. 697 @tab Record coverage of Scheme files in @code{FILE.cov}.
688 698
689 @item @code{verbose} 699 @item @code{verbose}
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 staves are introduced in parallel, i.e. simultaneously: 1089 staves are introduced in parallel, i.e. simultaneously:
1080 1090
1081 @lilypond[quote,verbatim] 1091 @lilypond[quote,verbatim]
1082 \score { 1092 \score {
1083 << 1093 <<
1084 \new Staff { a' a' a' a' } 1094 \new Staff { a' a' a' a' }
1085 \new Staff { g' g' g' g' } 1095 \new Staff { g' g' g' g' }
1086 >> 1096 >>
1087 } 1097 }
1088 @end lilypond 1098 @end lilypond
OLDNEW
« no previous file with comments | « no previous file | scm/lily.scm » ('j') | no next file with comments »

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