]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/lilypond-program.tely
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / de / user / lilypond-program.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 90541cc59a99d0b53baccedc0327748b760fce68
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-program.info
9 @settitle GNU LilyPond Programmbenutzung
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
23 @c don't remove this comment.
24 @ignore
25 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
26 @omfdescription User manual of the LilyPond music engraving system
27 @omftype program usage
28 @omfcategory Applications|Publishing
29 @omflanguage German
30 @end ignore
31
32 @c Translators: Till Rettig
33
34 @ifhtml
35 Dieses Dokument ist auch als
36 @uref{source/Documentation/user/lilypond-program.de.pdf,PDF} und als
37 @uref{source/Documentation/user/lilypond-program-big-page.html,eine große Seite}.
38 verfügbar.
39 @end ifhtml
40
41
42 @c  This produces the unified index
43 @syncodeindex fn cp
44 @syncodeindex vr cp
45
46
47 @finalout
48
49 @titlepage
50 @title LilyPond
51 @subtitle Das Notensatzprogramm
52 @titlefont{Programmbenutzung}
53 @author Das LilyPond-Entwicklerteam
54
55
56 Copyright @copyright{} 1999--2007 bei den Authoren
57
58 @emph{The translation of the following copyright notice is provided
59 for courtesy to non-English speakers, but only the notice in English
60 legally counts.}
61
62 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
63 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
64 nur die englische Version gültig.}
65
66 @quotation
67 Es ist erlaubt, dieses Dokument unter den Bedingungen der
68 GNU Free Documentation Lizenz (Version 1.1 oder
69 spätere, von der Free Software Foundation publizierte Versionen, ohne 
70 Invariante Abschnitte), 
71 zu kopieren, verbreiten und/oder
72 zu verändern. Eie Kopie der Lizenz ist im Abschnitt ``GNU
73 Free Documentation License'' angefügt.
74 @end quotation
75
76 @quotation
77 Permission is granted to copy, distribute and/or modify this document
78 under the terms of the GNU Free Documentation License, Version 1.1
79 or any later version published by the Free Software Foundation;
80 with no Invariant Sections.
81 A copy of the license is included in the section entitled ``GNU
82 Free Documentation License''.
83 @end quotation
84
85 @vskip 20pt
86
87 @lilypond[ragged-right]
88 \score {
89   \context Lyrics {
90     \override Score.RehearsalMark #'self-alignment-X = #LEFT
91     \override Score.RehearsalMark #'font-size = #-2
92     \mark #(ly:export (string-append
93       "(For LilyPond version " (lilypond-version) ")"))
94     s2
95   }
96   \layout {
97     indent = 0.0\pt
98   }
99 }
100 @end lilypond
101
102 @end titlepage
103
104 @copying
105 Copyright @copyright{} 1999--2007 bei den Authoren
106
107 @emph{The translation of the following copyright notice is provided
108 for courtesy to non-English speakers, but only the notice in English
109 legally counts.}
110
111 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
112 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
113 nur die englische Version gültig.}
114
115 @quotation
116 Es ist erlaubt, dieses Dokument unter den Bedingungen der
117 GNU Free Documentation Lizenz (Version 1.1 oder
118 spätere, von der Free Software Foundation publizierte Versionen, ohne 
119 Invariante Abschnitte), 
120 zu kopieren, verbreiten und/oder
121 zu verändern. Eie Kopie der Lizenz ist im Abschnitt ``GNU
122 Free Documentation License'' angefügt.
123 @end quotation
124
125 @quotation
126 Permission is granted to copy, distribute and/or modify this document
127 under the terms of the GNU Free Documentation License, Version 1.1
128 or any later version published by the Free Software Foundation;
129 with no Invariant Sections.
130 A copy of the license is included in the section entitled ``GNU
131 Free Documentation License''.
132 @end quotation
133 @end copying
134
135 @ifnottex
136 Diese Datei dokumentiert die Programmbenutzung von GNU LilyPond.
137
138 Copyright 1999--2007 bei den Authoren
139
140 @emph{The translation of the following copyright notice is provided
141 for courtesy to non-English speakers, but only the notice in English
142 legally counts.}
143
144 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung 
145 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber 
146 nur die englische Version gültig.}
147
148 @quotation
149 Es ist erlaubt, dieses Dokument unter den Bedingungen der
150 GNU Free Documentation Lizenz (Version 1.1 oder
151 spätere, von der Free Software Foundation publizierte Versionen, ohne
152 Invariante Abschnitte), 
153 zu kopieren, verbreiten und/oder
154 zu verändern. Eie Kopie der Lizenz ist im Abschnitt ``GNU
155 Free Documentation License'' angefügt.
156 @end quotation
157
158 @quotation
159 Permission is granted to copy, distribute and/or modify this document
160 under the terms of the GNU Free Documentation License, Version 1.1
161 or any later version published by the Free Software Foundation;
162 with no Invariant Sections.
163 A copy of the license is included in the section entitled ``GNU
164 Free Documentation License''.
165 @end quotation
166 @end ifnottex
167
168 @ifnottex
169 @node Top
170 @top GNU LilyPond -- Programmbenutzung
171 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
172
173 Das ist das Handbuch zur Programmbenutzung für GNU LilyPond Version 2.11.x.
174 @ifhtml
175 (Siehe Ende der Seite für die genaue Versionsnummer).
176 @end ifhtml
177
178 @cindex Internetseite
179 @cindex URL
180
181 @uref{http://@/www@/.lilypond@/.org/}. Auf der Internetseite
182 finden sich Kopien dieser und anderer Dokumentationsdateien.
183
184 @menu
185 * Install::                        Wie das Programm installiert oder kompiliert wird.
186 * Setup::                          Wie LilyPond mit anderen Programmen benutzt werden kann.
187 * Running LilyPond::               Betrieb des Programms.
188 * LilyPond-book::                  Kombination von Text und Noten.
189 * Converting from other formats::  Konvertierungen in das LilyPond-Quellformat.
190
191 Anhänge
192
193 * GNU Free Documentation License:: Die Lizenz dieses Dokuments.
194 * LilyPond index::
195 @end menu
196 @end ifnottex
197
198 @contents
199
200
201 @include macros.itexi
202
203 @include install.itely
204 @include setup.itely
205 @include running.itely
206 @include lilypond-book.itely
207 @include converters.itely
208
209 @include fdl.itexi
210
211 @node LilyPond index
212 @appendix LilyPond index
213
214 @printindex cp
215
216 @bye