]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/lilypond.tely
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / de / user / lilypond.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 433849e669b71058267108607969eea72403a5de
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8 @setfilename lilypond.info
9 @settitle GNU LilyPond
10
11 @iftex
12 @afourpaper
13 @c don't replace quotes with directed quotes
14 @tex
15 \gdef\SETtxicodequoteundirected{Foo}
16 \gdef\SETtxicodequotebacktick{Bla}
17 @end tex
18 @end iftex
19
20 @c  Keep this here, since it pertains to the direntry below.
21 @ignore
22 Distributions will want to install lilypond.info in postinstall, doing:
23
24     install-info --info-dir=/usr/share/info out/lilypond.info
25
26   * Prepend GNU for dir, must be unique.
27
28   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
29     goes to Top.
30
31   * List all commands in direntry.
32
33 @c  * lilypond: (lilypond/lilypond)Running LilyPond.      Invoking the
34 @c    LilyPond  program.
35 @end ignore
36
37
38 @c
39 @c Info files are installed in subdirectories to allow images to be present. 
40 @c 
41 @dircategory LilyPond
42 @direntry
43 * LilyPond: (lilypond/lilypond).           Das GNU Notensatzprogramm.
44 * abc2ly: (lilypond/lilypond-program)Invoking abc2ly.          ABC-Dateien importieren.      
45 * convert-ly: (lilypond/lilypond-program)Invoking convert-ly.  Ältere LilyPond-Versionen.
46 * etf2ly: (lilypond/lilypond-program)Invoking etf2ly.          Finale-Dateien importieren.
47 * lilypond-book: (lilypond/lilypond-program)LilyPond-book.     Noten in den Text integrieren.
48 * midi2ly: (lilypond/lilypond-program)Invoking midi2ly.        Midi-Dateien importieren.
49 * mup2ly: (lilypond/lilypond-program)Invoking mup2ly.          Mup-Dateien importieren.
50 @end direntry
51
52 @c don't remove this comment.
53 @ignore
54 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
55 @omfdescription User manual of the LilyPond music engraving system
56 @omftype user manual
57 @omfcategory Applications|Publishing
58 @omflanguage German
59 @end ignore
60
61
62 @ifhtml
63 Dieses Dokument ist auch als
64 @uref{source/Documentation/user/lilypond.de.pdf,PDF} verfügbar.
65 @end ifhtml
66
67 @documentlanguage de
68 @documentencoding UTF-8
69
70
71 @c  This produces the unified index
72 @syncodeindex fn cp
73 @syncodeindex ky cp
74 @syncodeindex pg cp
75 @syncodeindex tp cp
76 @syncodeindex vr cp
77
78
79 @finalout
80
81 @titlepage
82 @title LilyPond
83 @subtitle Das Notensatzprogramm
84 @author Das LilyPond-Entwicklerteam
85
86
87
88 Copyright @copyright{} 1999--2007 bei den Autoren
89
90 @emph{The translation of the following copyright notice is provided
91 for courtesy to non-English speakers, but only the notice in English
92 legally counts.}
93
94 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
95 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
96 nur die englische Version gültig.}
97
98 @quotation
99 Es ist erlaubt, dieses Dokument unter den Bedingungen der
100 GNU Free Documentation Lizenz (Version 1.1 oder
101 spätere, von der Free Software Foundation publizierte Versionen), 
102 zu kopieren, verbreiten und/oder
103 zu verändern. Eie Kopie der Lizenz ist im Abschnitt ``GNU
104 Free Documentation License'' angefügt.
105 @end quotation
106
107 @quotation
108 Permission is granted to copy, distribute and/or modify this document
109 under the terms of the GNU Free Documentation License, Version 1.1
110 or any later version published by the Free Software Foundation;
111 with no Invariant Sections.
112 A copy of the license is included in the section entitled ``GNU
113 Free Documentation License''.
114 @end quotation
115
116 @vskip 20pt
117
118 @lilypond[ragged-right]
119 \score {
120   \context Lyrics {
121     \override Score.RehearsalMark #'self-alignment-X = #LEFT
122     \override Score.RehearsalMark #'font-size = #-2
123     \mark #(ly:export (string-append
124       "(For LilyPond version " (lilypond-version) ")"))
125     s2
126   }
127   \layout {
128     indent = 0.0\pt
129   }
130 }
131 @end lilypond
132
133 @end titlepage
134
135 @copying
136 Copyright @copyright{} 1999--2007 bei den Autoren
137
138 @emph{The translation of the following copyright notice is provided
139 for courtesy to non-English speakers, but only the notice in English
140 legally counts.}
141
142 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
143 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
144 nur die englische Version gültig.}
145
146 @quotation
147 Es ist erlaubt, dieses Dokument unter den Bedingungen der
148 GNU Free Documentation Lizenz (Version 1.1 oder
149 spätere, von der Free Software Foundation publizierte Versionen, ohne 
150 Invariante Abschnitte), 
151 zu kopieren, verbreiten und/oder
152 zu verändern. Eie Kopie der Lizenz ist im Abschnitt ``GNU
153 Free Documentation License'' angefügt.
154 @end quotation
155
156 @quotation
157 Permission is granted to copy, distribute and/or modify this document
158 under the terms of the GNU Free Documentation License, Version 1.1
159 or any later version published by the Free Software Foundation;
160 with no Invariant Sections.
161 A copy of the license is included in the section entitled ``GNU
162 Free Documentation License''.
163 @end quotation
164 @end copying
165
166 @ifnottex
167 Diese Datei dokumentiert GNU LilyPond.
168
169 Copyright 1999--2007 bei den Autoren.
170
171 @emph{The translation of the following copyright notice is provided
172 for courtesy to non-English speakers, but only the notice in English
173 legally counts.}
174
175 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
176 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
177 nur die englische Version gültig.}
178
179 @quotation
180 Es ist erlaubt, dieses Dokument unter den Bedingungen der
181 GNU Free Documentation Lizenz (Version 1.1 oder
182 spätere, von der Free Software Foundation publizierte Versionen, ohne 
183 Invariante Abschnitte), 
184 zu kopieren, verbreiten und/oder
185 zu verändern. Eie Kopie der Lizenz ist im Abschnitt ``GNU
186 Free Documentation License'' angefügt.
187 @end quotation
188
189 @quotation
190 Permission is granted to copy, distribute and/or modify this document
191 under the terms of the GNU Free Documentation License, Version 1.1
192 or any later version published by the Free Software Foundation;
193 with no Invariant Sections.
194 A copy of the license is included in the section entitled ``GNU
195 Free Documentation License''.
196 @end quotation
197 @end ifnottex
198
199 @ifnottex
200 @node Top
201 @top GNU LilyPond -- Das Notationsprogramm
202 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
203
204 Das ist das Benutzerhandbuch für GNU LilyPond Version 2.11.x
205 @ifhtml
206 (Siehe Ende der Seite für die genaue Versionsnummer).
207 @end ifhtml
208
209 @cindex Internetseite
210 @cindex URL
211
212 Mehr Information unter
213 @uref{http://@/www@/.lilypond@/.org/}. Auf der Internetseite
214 finden sich Kopien dieser und anderer Dokumentationsdateien.
215
216 @include dedication.itely
217
218 @menu
219 Handbuch zum Lernen
220
221 * Preface::                        Vorwort.
222 * Introduction::                   Was, warum und wie.
223 * Tutorial::                       Eine Übung zur Einführung.
224 * Putting it all together::        Genauere Erklärungen zu LilyPonds Eigenschaften.
225 * Working on LilyPond projects::   Benutzung des Programms im wirklichen Leben.
226 * Tweaking output::                Einleitung in die Beeinflussung des Notenbilds.
227
228 Alles über die Notation
229
230 * Basic notation::                 Grundlegende Notation.
231 * Instrument-specific notation::   Spezielle Notation.
232 * Advanced notation::              Seltener eingesetzte Notation.
233 * Changing defaults::              Das Notenbild verfeinern.
234 * Non-musical notation::           Alles, was nicht Musiknotation ist.
235 * Spacing issues::                 Anzeige der Ausgabe auf dem Papier.
236 * Interfaces for programmers::     Benutzung für Experten.
237
238 Anhänge
239
240 * Literature list::                Wichtige Literatur über die Notation.
241 * Scheme tutorial::                Programmierung in LilyPond.
242 * Notation manual tables::         Tabellen und Grafiken.
243 * Templates::                      Funktionierende Vorlagen.
244 * Cheat sheet::                    Überblick über die LilyPond-Syntax.
245 * GNU Free Documentation License:: Die Lizenz dieses Handbuchs.
246 * LilyPond command index::
247 * LilyPond index::
248 @end menu
249 @end ifnottex
250
251 @contents
252
253
254 @include macros.itexi
255 @include preface.itely
256 @include introduction.itely
257 @include tutorial.itely
258 @include putting.itely
259 @include working.itely
260 @include tweaks.itely
261
262 @include basic-notation.itely
263 @include instrument-notation.itely
264 @include advanced-notation.itely
265 @include changing-defaults.itely
266 @include non-music.itely
267 @include spacing.itely
268 @include programming-interface.itely
269
270
271 @include literature.itely
272 @include scheme-tutorial.itely
273 @include notation-appendices.itely
274 @include templates.itely
275 @include cheatsheet.itely
276 @include fdl.itexi
277
278 @node LilyPond command index
279 @appendix LilyPond command index
280
281 @printindex ky
282
283 @node LilyPond index
284 @appendix LilyPond index
285
286 @printindex cp
287
288 @bye