]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/lilypond.tely
Merge branch 'master' of ssh+git://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: 90fd19c1e2a433d6657cf7270cf0d1932cb4934a
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 (auf 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 Copyright @copyright{} 1999--2007 bei den Autoren
88
89 @emph{The translation of the following copyright notice is provided
90 for courtesy to non-English speakers, but only the notice in English
91 legally counts.}
92
93 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
94 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
95 nur die englische Version gültig.}
96
97 @quotation
98 Es ist erlaubt, dieses Dokument unter den Bedingungen der
99 GNU Free Documentation Lizenz (Version 1.1 oder
100 spätere, von der Free Software Foundation publizierte Versionen, ohne 
101 invariante Abschnitte), 
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 * Musical notation::               Allgemeine Notation von Musik.
220 * Specialist notation::            Notation, die nur für spezielle Zwecke 
221     eingesetzt wird.
222 * Input syntax::                   Allgemeine Information über die 
223     Quelledateien von LilyPond.
224 * Non-musical notation::           Alles, was nicht Musiknotation ist.
225 * Spacing issues::                 Anzeige der Ausgabe auf dem Papier.
226 * Changing defaults::              Das Notenbild verfeinern.
227 * Interfaces for programmers::     Benutzung für Experten.
228
229 Anhänge
230
231 * Literature list::                Wichtige Literatur über die Notation.
232 * Notation manual tables::         Tabellen und Grafiken.
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 @include specialist.itely
247
248 @include input.itely
249 @include non-music.itely
250 @include spacing.itely
251
252 @include changing-defaults.itely
253 @include programming-interface.itely
254
255
256 @include literature.itely
257 @include notation-appendices.itely
258 @include cheatsheet.itely
259 @include fdl.itexi
260
261 @node LilyPond command index
262 @appendix LilyPond command index
263
264 @printindex ky
265
266 @node LilyPond index
267 @appendix LilyPond index
268
269 @printindex cp
270
271 @bye