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