]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/general/macros.itexi
WEB: DOC: Add Dutch skeleton.
[lilypond.git] / Documentation / nl / general / macros.itexi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*-
2 @c This file is part of general.texi
3 @ignore
4     Translation of GIT committish: 1b3da70d81938d19a2b107382bbe25a267cf130b
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10
11 @c -*- coding: us-ascii; mode: texinfo; -*-
12 @include version.itexi
13 @include common-macros.itexi
14 @c ***** Displaying text *****
15 @c To get decent quotes in `foo' and ``foo''.
16 @c artouche
17 @quotation
18 @quotation
19 @c artouche
20 @end quotation
21 @end quotation
22 @c ***** Headings in a doc subsection *****
23 @c Don't insert an empty line after @predefined!  Right now
24 @c it doesn't matter, but a future implementation will probably
25 @c add some code which needs this restriction.
26 @subsubheading Predefined commands
27 @c The next macro is a dummy currently since texinfo doesn't
28 @c provide a real ragged-right environment yet.
29 @c
30 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
31 @c the macro must not be empty.
32 @c
33 @subsubheading Selected Snippets
34 @c Don't insert an empty line after @seealso!  Otherwise we get
35 @c unwanted extra vertical space in the PDF output.
36 @subsubheading See also
37 @subsubheading Known issues and warnings
38 @c ***** Links and references *****
39 @c Definitions for references:
40 @c
41 @c @rglos
42 @c @rlearning
43 @c @ruser
44 @c @ressay
45 @c @rprogram
46 @c @rlsr
47 @c @rinternals
48 @c
49 @c All these also have a @...named version which allows to specify the
50 @c displayed text for the reference as second argument.
51 @c
52 @c ***** HTML + bigpage is a special case (other manual names); all other
53 @c formats are treated similarly.
54 @c *** not TeX ***
55 @ifnottex
56 @c ** bigpage **
57 @ref{\TEXT\,,,music-glossary-big-page,Music Glossary}
58 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Music Glossary}
59 @ref{\TEXT\,,,learning-big-page,Learning Manual}
60 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Learning Manual}
61 @ref{\TEXT\,,,notation-big-page,Notation Reference}
62 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notation Reference}
63 @ref{\TEXT\,,,essay-big-page,Essay}
64 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
65 @ref{\TEXT\,,,application-big-page,Application Usage}
66 @ref{\TEXT\,,\DISPLAY\,application-big-page,Application Usage}
67 @ref{\TEXT\,,,snippets-big-page,Snippets}
68 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets}
69 @ref{\TEXT\,,,internals-big-page,Internals Reference}
70 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference}
71 @c ** not bigpage **
72 @ref{\TEXT\,,,music-glossary,Music Glossary}
73 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
74 @ref{\TEXT\,,,learning,Learning Manual}
75 @ref{\TEXT\,,,learning,Learning Manual}
76 @ref{\TEXT\,,,notation,Notation Reference}
77 @ref{\TEXT\,,\DISPLAY\,notation,Notation Reference}
78 @ref{\TEXT\,,,essay,Essay}
79 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
80 @ref{\TEXT\,,,application,Application Usage}
81 @ref{\TEXT\,,\DISPLAY\,application,Application Usage}
82 @ref{\TEXT\,,,snippets,Snippets}
83 @ref{\TEXT\,,\DISPLAY\,snippets,Snippets}
84 @ref{\TEXT\,,,internals,Internals Reference}
85 @ref{\TEXT\,,\DISPLAY\,internals,Internals Reference}
86 @ref{\TEXT\,,,music-glossary,Music Glossary}
87 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
88 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
89 @ref{\TEXT\,,,lilypond-learning,Learning Manual}
90 @ref{\TEXT\,,,lilypond-notation,Notation Reference}
91 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notation Reference}
92 @ref{\TEXT\,,,lilypond-essay,Essay}
93 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay}
94 @ref{\TEXT\,,,lilypond-application,Application Usage}
95 @ref{\TEXT\,,\DISPLAY\,lilypond-application,Application Usage}
96 @ref{\TEXT\,,,lilypond-snippets,Snippets}
97 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippets}
98 @ref{\TEXT\,,,lilypond-internals,Internals Reference}
99 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals Reference}
100 @end ifnottex
101 @c *** TeX ***
102 @c All commands below should work in the middle of the line;
103 @c we thus must not use @vindex directly since it works only if placed
104 @c on a line of its own.  To overcome this problem, we define a
105 @c replacement macro using the internal definition of @vindex which
106 @c delimits arguments in the standard way (i.e., with braces).
107 @ref{\TEXT\,,,music-glossary,Music Glossary}
108 @ref{\TEXT\,,\DISPLAY\,music-glossary,Music Glossary}
109 @ref{\TEXT\,,,learning,Learning Manual}
110 @ref{\TEXT\,,\DISPLAY\,learning,Learning Manual}
111 @ref{\TEXT\,,,notation,Notation Reference}
112 @ref{\TEXT\,,\DISPLAY\,notation,Notation Reference}
113 @ref{\TEXT\,,,essay,Essay}
114 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
115 @ref{\TEXT\,,,application,Application Usage}
116 @ref{\TEXT\,,\DISPLAY\,application,Application Usage}
117 @ref{\TEXT\,,,snippets,Snippets}
118 @ref{\TEXT\,,\DISPLAY\,snippets,Snippets}
119 @ref{\TEXT\,,,internals,Internals Reference}
120 @ref{\TEXT\,,\DISPLAY\,internals,Internals Reference}
121 @c ***** Macros specific to the web site *****
122 @c LEGALESE
123
124 @c -- SKELETON FILE --