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

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

Issue 336240043: Fix security problem in lilypond-invoke-editor
Patch Set: Fix that stupid error in line 1, whitespace cleanup Created 6 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:
View unified diff | Download patch
« no previous file with comments | « Documentation/de/usage/external.itely ('k') | scripts/lilypond-invoke-editor.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 26 matching lines...) Expand all
37 * Configuring the system for point and click:: 37 * Configuring the system for point and click::
38 * Enabling point and click:: 38 * Enabling point and click::
39 * Selective point-and-click:: 39 * Selective point-and-click::
40 @end menu 40 @end menu
41 41
42 42
43 @node Configuring the system for point and click 43 @node Configuring the system for point and click
44 @subsection Configuring the system 44 @subsection Configuring the system
45 45
46 When this functionality is active, LilyPond adds hyperlinks to PDF and 46 When this functionality is active, LilyPond adds hyperlinks to PDF and
47 SVG files. These hyperlinks are sent to a @q{URI helper} or a 47 SVG files. These hyperlinks are sent to a @q{URI helper}, which opens
48 web-browser, which opens a text-editor with the cursor in the right 48 a text-editor with the cursor in the right place.
49 place.
50 49
51 To make this chain work, you should configure your PDF viewer to 50 To make this chain work, you should configure your PDF viewer to
52 follow hyperlinks using the @file{lilypond-invoke-editor} script 51 follow hyperlinks using the @file{lilypond-invoke-editor} script
53 supplied with LilyPond. 52 supplied with LilyPond.
54 53
55 The program @file{lilypond-invoke-editor} is a small helper 54 The program @file{lilypond-invoke-editor} is a small helper
56 program. It will invoke an editor for the special @code{textedit} 55 program. It will invoke an editor for the special @code{textedit}
57 URIs, and run a web browser for others. It tests the environment 56 URIs. It tests the environment variable @code{EDITOR} for the following
58 variable @code{EDITOR} for the following patterns, 57 patterns,
59 58
60 @table @code 59 @table @code
61 @item emacs 60 @item emacs
62 this will invoke 61 this will invoke
63 @example 62 @example
64 emacsclient --no-wait +@var{line}:@var{column} @var{file} 63 emacsclient --no-wait +@var{line}:@var{column} @var{file}
65 @end example 64 @end example
66 @item gvim 65 @item gvim
67 this will invoke 66 this will invoke
68 @example 67 @example
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 818
820 @cindex MIDI 819 @cindex MIDI
821 @cindex Articulate project 820 @cindex Articulate project
822 821
823 The @uref{http://www.nicta.com.au/articulate,Articulate} project is an 822 The @uref{http://www.nicta.com.au/articulate,Articulate} project is an
824 attempt to enhance LilyPond's MIDI output and works by adjusting note 823 attempt to enhance LilyPond's MIDI output and works by adjusting note
825 lengths (that are not under slurs) according to the articulation 824 lengths (that are not under slurs) according to the articulation
826 markings attached to them. For example, a @q{staccato} halves the note 825 markings attached to them. For example, a @q{staccato} halves the note
827 value, @q{tenuto} gives a note its full duration and so on. See 826 value, @q{tenuto} gives a note its full duration and so on. See
828 @ruser{Enhancing MIDI output}. 827 @ruser{Enhancing MIDI output}.
OLDNEW
« no previous file with comments | « Documentation/de/usage/external.itely ('k') | scripts/lilypond-invoke-editor.scm » ('j') | no next file with comments »

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