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