]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/cheatsheet.itely
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / Documentation / de / user / cheatsheet.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.12.0"
11
12
13 @c TODO: add tablature.
14
15 @node Cheat sheet
16 @appendix Cheat sheet
17
18
19 @multitable @columnfractions .35 .3 .35
20
21 @item @b{Syntax}
22 @tab @b{Erklärung}
23 @tab @b{Beispiel}
24
25 @item @code{1 2 8 16}
26 @tab Tondauern
27 @tab
28 @lilypond[fragment,relative=2,notime]
29 \set Staff.autoBeaming = ##f
30 \override Staff.Clef #'break-visibility = #all-invisible
31 c1 c2 c8 c16
32 @end lilypond
33
34 @item @code{c4. c4..}
35 @tab Punktierung
36 @tab
37 @lilypond[fragment,relative=2,notime]
38 \override Staff.Clef #'break-visibility = #all-invisible
39 c4. c4..
40 @end lilypond
41
42 @item @code{c d e f g a b }
43 @tab Tonleiter
44 @tab
45 @lilypond[fragment,relative=1,notime]
46 c d e f g a b
47 @end lilypond
48
49 @item @code{fis bes}
50 @tab Vorzeichen 
51 @tab
52 @lilypond[fragment,relative=1,notime]
53 fis bes
54 @end lilypond
55
56 @item @code{\clef treble \clef bass }
57 @tab Notenschlüssel
58 @tab
59 @lilypond[fragment,notime]
60 \clef treble
61 s4_" "
62 \clef bass
63 s4_" "
64 @end lilypond
65
66 @item @code{\time 3/4 \time 4/4 }
67 @tab Taktangaben
68 @tab
69 @lilypond[fragment]
70 \override Staff.Clef #'stencil = #empty-stencil
71 \time 3/4
72 s4_" "
73 \time 4/4
74 s16_" "
75 @end lilypond
76
77
78 @item @code{r4 r8}
79 @tab Pause 
80 @tab
81 @lilypond[relative=2,notime,fragment]
82 \override Staff.Clef #'break-visibility = #all-invisible
83 r4 r8
84 @end lilypond
85
86 @item @code{d ~ d}
87 @tab Bindebogen
88 @tab
89 @lilypond[relative=2,notime,fragment]
90 \set Score.timing = ##f
91 \set Staff.autoBeaming = ##f
92 d ~ d
93 @end lilypond
94
95 @item @code{\key es \major }
96 @tab Tonart
97 @tab
98 @lilypond[notime,fragment]
99 \clef treble
100 \key es \major
101 \hideNotes
102 c128
103 @end lilypond
104
105 @item @var{note}@code{'}
106 @tab Oktavierung
107 @tab
108 @lilypond[relative=2,notime,fragment]
109 \set Score.timing = ##f
110 \set Staff.autoBeaming = ##f
111 a a'
112 @end lilypond
113
114 @item @var{note}@code{,}
115 @tab Oktavierung nach unten
116 @tab
117 @lilypond[relative=2,notime,fragment]
118 \set Score.timing = ##f
119 \set Staff.autoBeaming = ##f
120 c c,
121 @end lilypond
122
123
124 @item @code{c( d e)}
125 @tab Legatobogen
126 @tab
127 @lilypond[fragment,relative=2]
128 \set Score.timing = ##f
129 \set Staff.implicitTimeSignatureVisibility = #all-invisible
130 \set Staff.autoBeaming = ##f
131 c( d e)
132 @end lilypond
133
134
135 @item @code{c\( c( d) e\)}
136 @tab Phrasierungsbogen
137 @tab
138 @lilypond[fragment,relative=2]
139 \set Score.timing = ##f
140 \set Staff.implicitTimeSignatureVisibility = #all-invisible
141 \set Staff.autoBeaming = ##f
142 c\( c( d) e\)
143 @end lilypond
144
145
146 @item @code{a8[ b]}
147 @tab Balken
148 @tab
149 @lilypond[fragment,relative=2]
150 \set Score.timing = ##f
151 \set Staff.implicitTimeSignatureVisibility = #all-invisible
152 \set Staff.autoBeaming = ##f
153 a8-[ b-]
154 @end lilypond
155
156
157 @item @code{<< \new Staff ... >>}
158 @tab mehr Notensysteme
159 @tab
160 @lilypond[fragment]
161 << \new Staff {
162      \set Staff.implicitTimeSignatureVisibility = #all-invisible
163      c'1
164    }
165    \new Staff {
166      \set Staff.implicitTimeSignatureVisibility = #all-invisible
167      c'1
168    } >>
169 @end lilypond
170
171   
172 @item @code{c-> c-.}
173 @tab Artikulationszeichen
174 @tab
175 @lilypond[fragment,relative=2]
176 \set Staff.implicitTimeSignatureVisibility = #all-invisible
177 c-> c-.
178 @end lilypond
179
180
181 @item @code{c2\mf c\sfz}
182 @tab Dynamik
183 @tab
184 @lilypond[fragment,relative=2]
185 \set Staff.implicitTimeSignatureVisibility = #all-invisible
186 c2\mf c\sfz
187 @end lilypond
188
189
190 @item @code{a\< a a\!}
191 @tab Crescendo
192 @tab
193 @lilypond[fragment,relative=2]
194 \set Score.timing = ##f
195 \set Staff.implicitTimeSignatureVisibility = #all-invisible
196 \set Staff.autoBeaming = ##f
197 a\< a a\!
198 @end lilypond
199
200 @item @code{a\> a a\!}
201 @tab Decrescendo
202 @tab
203 @lilypond[fragment,relative=2]
204 \set Score.timing = ##f
205 \set Staff.implicitTimeSignatureVisibility = #all-invisible
206 \set Staff.autoBeaming = ##f
207 a\> a a\!
208 @end lilypond
209
210
211 @item @code{< >}
212 @tab Noten im Akkord
213 @tab
214 @lilypond[fragment,relative=2]
215 \set Staff.implicitTimeSignatureVisibility = #all-invisible
216 <c e>
217 @end lilypond
218
219
220 @item @code{\partial 8}
221 @tab Auftakt
222 @tab
223 @lilypond[fragment,relative=2]
224 \partial 8
225 f8 c2 d e
226 @end lilypond
227
228
229 @item @code{\times 2/3 @{f g a@}}
230 @tab Triolen
231 @tab
232 @lilypond[relative=1,fragment]
233 \set Staff.implicitTimeSignatureVisibility = #all-invisible
234 \times 2/3 { f8 g a }
235 @end lilypond
236
237
238 @item @code{\grace}
239 @tab Verzierungen
240 @tab
241 @lilypond[relative=2,fragment]
242 \set Staff.implicitTimeSignatureVisibility = #all-invisible
243 \context Voice { \grace b16 c4 }
244 @end lilypond
245
246 @item @code{\lyricmode @{ twinkle @}}
247 @tab Texteingabe
248 @tab
249 twinkle
250
251
252 @item @code{\new Lyrics}
253 @tab Gesangtext
254 @tab
255 @lilypond[fragment]
256 \new Lyrics \lyricmode { twinkle }
257 @end lilypond
258
259 @item @code{twin -- kle}
260 @tab Gesangtext-Trennstrich 
261 @tab
262 @lilypond[fragment,relative=2]
263 \set Staff.implicitTimeSignatureVisibility = #all-invisible
264 <<
265    { g'1 g }
266   \new Lyrics \lyricsto "" { twin -- kle }
267 >>
268 @end lilypond
269
270 @item @code{\chordmode @{ c:dim f:maj7 @}}
271 @tab Akkorde 
272 @tab
273 @lilypond[fragment,relative=2]
274 \set Staff.implicitTimeSignatureVisibility = #all-invisible
275 \chordmode { c:dim f:maj7 }
276 @end lilypond
277
278 @item @code{\context ChordNames}
279 @tab Akkordsymbole drucken
280 @tab
281 @lilypond[fragment,relative=2]
282 \chords { c:dim f:maj7 }
283 @end lilypond
284
285 @item @code{<<@{e f@} \\ @{c d@}>>}
286 @tab Mehrstimmigkeit
287 @tab
288 @lilypond[fragment,relative=2]
289 \set Staff.implicitTimeSignatureVisibility = #all-invisible
290 \context Staff <<{e f} \\ {c d}>>
291 @end lilypond
292
293
294 @item @code{s4 s8 s16}
295 @tab unsichtbare Pausen
296 @tab
297
298 @end multitable
299