]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/learning/introduction.itely
Doc: [nl] add tutorial.itely.
[lilypond.git] / Documentation / nl / learning / introduction.itely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: nl -*-
2 @c This file is part of learning.tely
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.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11
12 @c -*- coding: utf-8; mode: texinfo; -*-
13 @c \version "2.12.0"
14 @node Introduction
15 @chapter Introduction
16
17 @untranslated
18
19
20 @menu
21 * Compiling a file::
22 * Advanced editors::
23 * How to write input files::
24 * How to read the manuals::
25 @end menu
26
27 @node Compiling a file
28 @section Compiling a file
29
30 @untranslated
31
32
33 @menu
34 * Entering input::
35 * MacOS X::
36 * Windows::
37 * Command-line::
38 @end menu
39
40 @node Entering input
41 @subsection Entering input
42
43 @untranslated
44
45
46 @c index compiling
47 @c index first example
48 @c index example, first
49 @c index case sensitive
50 @c in this case we don't want verbatim
51 @subheading Entering music and viewing output
52 @c index PDF file
53 @c index viewing music
54 @c index text editors
55 @c index running LilyPond under MacOS X
56 @c index MacOS X, running LilyPond
57 @c index running LilyPond under Windows
58 @c index Windows, running LilyPond
59 @c index running LilyPond under Unix
60 @c index Unix, running LilyPond
61 @ref{Advanced editors}.
62 @node MacOS X
63 @subsection MacOS X
64
65 @untranslated
66
67
68 @node Windows
69 @subsection Windows
70
71 @untranslated
72
73
74 @node Command-line
75 @subsection Command-line
76
77 @untranslated
78
79
80 @node Advanced editors
81 @section Advanced editors
82
83 @untranslated
84
85
86 @menu
87 * Denemo::
88 * LilyPondTool::
89 * Emacs::
90 * Vim::
91 @end menu
92
93 @node Denemo
94 @subsection Denemo
95
96 @untranslated
97
98
99 @node LilyPondTool
100 @subsection LilyPondTool
101
102 @untranslated
103
104
105 @node Emacs
106 @subsection Emacs
107
108 @untranslated
109
110
111 @node Vim
112 @subsection Vim
113
114 @untranslated
115
116
117 @node How to write input files
118 @section How to write input files
119
120 @untranslated
121
122
123 @menu
124 * Simple notation::
125 * Working on input files::
126 @end menu
127
128 @node Simple notation
129 @subsection Simple notation
130
131 @untranslated
132
133
134 @c index simple notation
135 @c index notation, simple
136 @subheading Pitches
137 @c index pitches
138 @c index relative mode
139 @c index quote, single
140 @c index comma
141 @c index accidentals and relative mode
142 @c index relative mode, and accidentals
143 @c ode{c} is the closest C to middle C.  This is followed by the
144 @c ode{''} or @code{,,} -- but be careful that you use two single
145 @c " - keeps quotes in order for context-sensitive editor -td
146 @subheading Durations (rhythms)
147 @c index note durations
148 @c index durations
149 @c index rhythms
150 @c index whole note
151 @c index half note
152 @c index quarter note
153 @c index dotted note
154 @c index notating durations
155 @subheading Rests
156 @c index rest
157 @c index notating rests
158 @c ode{r}@tie{}:
159 @subheading Time signature
160 @c index time signature
161 @subheading Clef
162 @c index clef
163 @c index treble
164 @c index alto
165 @c index tenor
166 @c index bass
167 @subheading All together
168 @node Working on input files
169 @subsection Working on input files
170
171 @untranslated
172
173
174 @c index curly braces
175 @c index braces, curly
176 @c index comments
177 @c index line comment
178 @c index comment, line
179 @c index block comment
180 @c index comment, line
181 @c index case sensitive
182 @c index whitespace insensitive
183 @c index expressions
184 @c ode{()} in mathematics.  The braces should be surrounded by a
185 @c index comments
186 @c index line comment
187 @c index block comment
188 @c ode{%} introduces a line comment; anything after @code{%} on
189 @node How to read the manuals
190 @section How to read the manuals
191
192 @untranslated
193
194
195 @menu
196 * Omitting braces::
197 * Clickable examples::
198 * Keyboard navigation::
199 * Overview of manuals::
200 @end menu
201
202 @node Omitting braces
203 @unnumberedsubsec Omitting braces
204
205 @untranslated
206
207
208 @c index how to read the manual
209 @c index manual, reading
210 @c index reading the manual
211 @c index examples, clickable
212 @c index clickable examples
213 @c index tips for constructing files
214 @c index templates
215 @c index constructing files, tips
216 @c index files, tips for constructing
217 @c ode{@w{\relative c'' @{ ... @}}}, as we saw in @ref{Working on
218 @c ode{@w{\relative c'' @{ @}}} like this:
219 @c ode{\relative}!  If we included @code{@w{\relative c'' @{ @}}}
220 @node Clickable examples
221 @unnumberedsubsec Clickable examples
222
223 @untranslated
224
225
226 @c no verbatim here
227 @node Keyboard navigation
228 @unnumberedsubsec Keyboard navigation
229
230 @untranslated
231
232
233 @node Overview of manuals
234 @unnumberedsubsec Overview of manuals
235
236 @untranslated
237
238
239
240 @c -- SKELETON FILE --