]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/input.itely
Merge branch 'dev/texi2html' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / de / user / input.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: 02cb8b672238eeb53bffa2240c87f23dd8ca9e60
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 @c \version "2.11.51"
11
12 @node General input and output
13 @chapter General input and output
14
15 @ifhtml
16 UNTRANSLATED NODE: IGNORE ME
17 @end ifhtml
18
19
20 @menu
21 * Input structure::             
22 * Titles and headers::          
23 * Working with input files::    
24 * Controlling output::          
25 * MIDI output::                 
26 @end menu
27
28 @node Input structure
29 @section Input structure
30
31 @ifhtml
32 UNTRANSLATED NODE: IGNORE ME
33 @end ifhtml
34
35
36 @menu
37 * Structure of a score::        
38 * Multiple scores in a book::   
39 * File structure::              
40 @end menu
41
42 @node Structure of a score
43 @subsection Structure of a score
44
45 @ifhtml
46 UNTRANSLATED NODE: IGNORE ME
47 @end ifhtml
48
49
50 @node Multiple scores in a book
51 @subsection Multiple scores in a book
52
53 @ifhtml
54 UNTRANSLATED NODE: IGNORE ME
55 @end ifhtml
56
57
58 @node File structure
59 @subsection File structure
60
61 @ifhtml
62 UNTRANSLATED NODE: IGNORE ME
63 @end ifhtml
64
65
66 @node Titles and headers
67 @section Titles and headers
68
69 @ifhtml
70 UNTRANSLATED NODE: IGNORE ME
71 @end ifhtml
72
73
74 @menu
75 * Creating titles::             
76 * Custom titles::               
77 * Reference to page numbers::   
78 * Table of contents::           
79 @end menu
80
81 @node Creating titles
82 @subsection Creating titles
83
84 @ifhtml
85 UNTRANSLATED NODE: IGNORE ME
86 @end ifhtml
87
88
89 @node Custom titles
90 @subsection Custom titles
91
92 @ifhtml
93 UNTRANSLATED NODE: IGNORE ME
94 @end ifhtml
95
96
97 @node Reference to page numbers
98 @subsection Reference to page numbers
99
100 @ifhtml
101 UNTRANSLATED NODE: IGNORE ME
102 @end ifhtml
103
104
105 @node Table of contents
106 @subsection Table of contents
107
108 @ifhtml
109 UNTRANSLATED NODE: IGNORE ME
110 @end ifhtml
111
112
113 @node Working with input files
114 @section Working with input files
115
116 @ifhtml
117 UNTRANSLATED NODE: IGNORE ME
118 @end ifhtml
119
120
121 @menu
122 * Including LilyPond files::    
123 * Different editions from one source::  
124 * Text encoding::               
125 * Displaying LilyPond notation::  
126 @end menu
127
128 @node Including LilyPond files
129 @subsection Including LilyPond files
130
131 @ifhtml
132 UNTRANSLATED NODE: IGNORE ME
133 @end ifhtml
134
135
136 @node Different editions from one source
137 @subsection Different editions from one source
138
139 @ifhtml
140 UNTRANSLATED NODE: IGNORE ME
141 @end ifhtml
142
143
144 @menu
145 * Using variables::             
146 * Using tags::                  
147 @end menu
148
149 @node Using variables
150 @unnumberedsubsubsec Using variables
151
152 @ifhtml
153 UNTRANSLATED NODE: IGNORE ME
154 @end ifhtml
155
156
157 @node Using tags
158 @unnumberedsubsubsec Using tags
159
160 @cindex Erweiterung von Wiederholungen
161 @funindex \unfoldRepeats
162
163 Mit ein bisschen Anpassung können alle Wiederholungstypen 
164 auch in der MIDI-Datei wiedergegeben werden. Das wird erreicht 
165 durch die @code{\unfoldRepeats}-Funktion. Hiermit werden alle 
166 Wiederholungen, welcher Art auch immer, in notengetreue Wiederholungen 
167 umgewandelt, die Noten werden also wiederholt ausgegeben.
168
169 @lilypond[quote,verbatim,fragment,line-width=8.0\cm]
170 \unfoldRepeats {
171   \repeat tremolo 8 {c'32 e' }
172   \repeat percent 2 { c''8 d'' }
173   \repeat volta 2 {c'4 d' e' f'}
174   \alternative {
175     { g' a' a' g' }
176     {f' e' d' c' }
177   }
178 }
179 \bar "|."
180 @end lilypond
181
182 Wenn man eine Partitur schreibt, die diesen @code{\unfoldRepeats}-Befehl 
183 für die MIDI-Ausgabe benutzt, muss man zwei @code{\score}-Umgebungen 
184 schreiben: eine für die MIDI-Ausgabe, wo die Wiederholungen ausgeschrieben 
185 werden, und eine für die gedruckte Notation, in der Klammern, Tremolo und 
186 Prozent-Wiederholungen benutzt werden. Zum Beispiel:
187
188 @example
189 \score @{
190   @var{..music..}
191   \layout @{ .. @}
192 @}
193 \score @{
194   \unfoldRepeats @var{..music..}
195   \midi @{ .. @}
196 @}
197 @end example
198
199
200 @node Text encoding
201 @subsection Text encoding
202
203 @ifhtml
204 UNTRANSLATED NODE: IGNORE ME
205 @end ifhtml
206
207
208 @node Displaying LilyPond notation
209 @subsection Displaying LilyPond notation
210
211 @ifhtml
212 UNTRANSLATED NODE: IGNORE ME
213 @end ifhtml
214
215
216 @node Controlling output
217 @section Controlling output
218
219 @ifhtml
220 UNTRANSLATED NODE: IGNORE ME
221 @end ifhtml
222
223
224 @menu
225 * Extracting fragments of music::  
226 * Skipping corrected music::    
227 @end menu
228
229 @node Extracting fragments of music
230 @subsection Extracting fragments of music
231
232 @ifhtml
233 UNTRANSLATED NODE: IGNORE ME
234 @end ifhtml
235
236
237 @node Skipping corrected music
238 @subsection Skipping corrected music
239
240 @ifhtml
241 UNTRANSLATED NODE: IGNORE ME
242 @end ifhtml
243
244
245 @node MIDI output
246 @section MIDI output
247
248 @ifhtml
249 UNTRANSLATED NODE: IGNORE ME
250 @end ifhtml
251
252
253 @menu
254 * Creating MIDI files::         
255 * MIDI block::                  
256 * What goes into the MIDI output?::  
257 * Repeats in MIDI::             
258 * Controlling MIDI dynamics::   
259 @end menu
260
261 @node Creating MIDI files
262 @subsection Creating MIDI files
263
264 @ifhtml
265 UNTRANSLATED NODE: IGNORE ME
266 @end ifhtml
267
268
269 @unnumberedsubsubsec Instrument names
270 @node MIDI block
271 @subsection MIDI block
272
273 @ifhtml
274 UNTRANSLATED NODE: IGNORE ME
275 @end ifhtml
276
277
278 @node What goes into the MIDI output?
279 @subsection What goes into the MIDI output?
280
281 @ifhtml
282 UNTRANSLATED NODE: IGNORE ME
283 @end ifhtml
284
285
286 @unnumberedsubsubsec Supported in MIDI
287 @unnumberedsubsubsec Unsupported in MIDI
288 @node Repeats in MIDI
289 @subsection Repeats in MIDI
290
291 @ifhtml
292 UNTRANSLATED NODE: IGNORE ME
293 @end ifhtml
294
295
296 @node Controlling MIDI dynamics
297 @subsection Controlling MIDI dynamics
298
299 @ifhtml
300 UNTRANSLATED NODE: IGNORE ME
301 @end ifhtml
302
303
304 @unnumberedsubsubsec Dynamic marks
305 @unnumberedsubsubsec Overall MIDI volume
306 @unnumberedsubsubsec Equalizing different instruments (i)
307 @unnumberedsubsubsec Equalizing different instruments (ii)