]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/editorial.itely
Merge branch 'original' into HEAD
[lilypond.git] / Documentation / de / user / editorial.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: f7420240e4ce1fe2217646482a47d00f566af52c
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
9 @node Editorial annotations
10 @section Editorial annotations
11
12 @menu
13 * Note heads::                  
14 * Inside the staff::            
15 * Outside the staff::           
16 @end menu
17
18
19 @node Note heads
20 @subsection Note heads
21
22 @menu
23 * Easy notation note heads::    
24 * Shape note heads::            
25 * Improvisation::               
26 * Special noteheads::           
27 @end menu
28
29 @node Easy Notation note heads
30 @unnumberedsubsubsec Easy Notation note heads
31
32 UNTRANSLATED NODE: IGNORE ME
33
34
35 @node Shape note heads
36 @unnumberedsubsubsec Shape note heads
37
38 UNTRANSLATED NODE: IGNORE ME
39
40
41 @node Improvisation
42 @unnumberedsubsubsec Improvisation
43
44 UNTRANSLATED NODE: IGNORE ME
45
46
47 @node Special noteheads
48 @unnumberedsubsubsec Special noteheads
49
50 UNTRANSLATED NODE: IGNORE ME
51
52
53 @node Inside the staff
54 @subsection Inside the staff
55
56
57 @menu
58 * Selecting notation font size::  
59 * Fingering instructions::      
60 * Hidden notes::                
61 * Coloring objects::            
62 * Parentheses::                 
63 * Ambitus::                     
64 * Stems::                       
65 @end menu
66
67 @node Selecting notation font size
68 @unnumberedsubsubsec Selecting notation font size
69
70 UNTRANSLATED NODE: IGNORE ME
71
72
73 @node Fingering instructions
74 @unnumberedsubsubsec Fingering instructions
75
76 @cindex Fingersatz
77 @cindex Fingerwechsel
78
79 Fingersatzanweisungen können folgenderweise notiert werden:
80 @example
81 @var{Note}-@var{Zahl}
82 @end example
83 Für Fingerwechsel muss eine Textbeschriftung (markup) benutzt werden:
84
85 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
86 c4-1 c-2 c-3 c-4
87 c^\markup { \finger "2 - 3" }
88 @end lilypond
89
90 Mit dem Daumen-Befehl (@code{\thumb}) können die Noten bezeichnet 
91 werden, die mit dem 
92 Daumen (etwa auf dem Cello) gespielt werden sollen.
93 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
94 <a_\thumb a'-3>8 <b_\thumb b'-3>
95 @end lilypond
96
97 Fingersätze für Akkorde können auch zu einzelnen Noten des 
98 Akkordes hinzugefügt werden, indem sie innerhalb der Akkord-Klammer 
99 direkt an die Noten angefügt werden.
100 @lilypond[quote,verbatim,ragged-right,fragment,relative=2]
101 < c-1 e-2 g-3 b-5 >4
102 @end lilypond
103
104
105 @commonprop
106
107 Eine bessere Kontrolle über die Position der Fingersätze in Akkorden 
108 lässt sich mit der Eigenschaft @code{fingeringOrientations} herstellen:
109
110 @lilypond[quote,verbatim,ragged-right,fragment,relative=1]
111 \set fingeringOrientations = #'(left down)
112 <c-1 es-2 g-4 bes-5 > 4
113 \set fingeringOrientations = #'(up right down)
114 <c-1 es-2 g-4 bes-5 > 4
115 @end lilypond
116
117 Mit dieser Funktion können Fingersatzbezeichnungen auch bei einstimmiger 
118 Musik sehr nah in die Notenköpfe gerückt werden.
119
120 @lilypond[verbatim,ragged-right,quote,fragment]
121 \set fingeringOrientations = #'(right)
122 <es'-2>4
123 @end lilypond
124
125
126 @seealso
127
128 Programmreferenz: @internalsref{Fingering}.
129
130 Beispiele: @lsr{expressive,fingering-chords.ly}
131
132
133 @node Hidden notes
134 @unnumberedsubsubsec Hidden notes
135
136 UNTRANSLATED NODE: IGNORE ME
137
138
139 @node Coloring objects
140 @unnumberedsubsubsec Coloring objects
141
142 UNTRANSLATED NODE: IGNORE ME
143
144
145 @node Parentheses
146 @unnumberedsubsubsec Parentheses
147
148 UNTRANSLATED NODE: IGNORE ME
149
150
151 @node Ambitus
152 @unnumberedsubsubsec Ambitus
153
154 UNTRANSLATED NODE: IGNORE ME
155
156
157 @node Stems
158 @unnumberedsubsubsec Stems
159
160 Immer, wenn das Programm eine Note findet, wird automatisch 
161 ein Notenhals (@internalsref{Stem}) -Objekt erzeugt. Auch 
162 für ganze Noten und Pausen werden sie erzeugt, aber unsichtbar 
163 gemacht.
164
165 @predefined
166
167 @funindex \stemUp
168 @code{\stemUp} (Hälse nach oben),
169 @funindex \stemDown
170 @code{\stemDown} (Hälse nach unten),
171 @funindex \stemNeutral
172 @code{\stemNeutral} (Hälse je nach Notenposition).
173
174
175 @commonprop
176
177 Um die Richtung der Hälse zu ändern, können die Befehle
178
179 @lilypond[quote,ragged-right,fragment,relative=2,verbatim]
180 a4 b c b
181 \override Stem #'neutral-direction = #up
182 a4 b c b
183 \override Stem #'neutral-direction = #down
184 a4 b c b
185 @end lilypond
186
187 @noindent benutzt werden.
188
189
190 @node Outside the staff
191 @subsection Outside the staff
192
193
194 @menu
195 * Balloon help::                
196 * Grid lines::                  
197 * Blank music sheet::           
198 @end menu
199
200 @node Balloon help
201 @subsection Balloon help
202
203 UNTRANSLATED NODE: IGNORE ME
204
205
206 @node Grid lines
207 @subsection Grid lines
208
209 UNTRANSLATED NODE: IGNORE ME
210
211
212 @node Blank music sheet
213 @subsection Blank music sheet
214
215 UNTRANSLATED NODE: IGNORE ME
216
217