]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/ancient.itely
Sectioning of Ancient and moved Figured Bass -- German
[lilypond.git] / Documentation / de / user / ancient.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: 57a8e8a6abee274bd500d3ebdd112f4ee4c580b4
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.11.38"
11
12
13 @node Ancient notation
14 @section Ancient notation
15
16 UNTRANSLATED NODE: IGNORE ME
17
18 @menu
19 * Introduction to ancient notation::
20 * Alternative note signs::
21 * Additional note signs::
22 * Pre-defined contexts::
23 * Transcribing ancient music::
24 * Editorial markings::
25 @end menu
26
27
28 @node Introduction to ancient notation
29 @subsection Introduction to ancient notation
30
31 UNTRANSLATED NODE: IGNORE ME
32
33 @menu
34 * Ancient notation supported::
35 @end menu
36
37
38 @node Ancient notation supported
39 @subsubsection Ancient notation supported
40
41 UNTRANSLATED NODE: IGNORE ME
42
43
44 @node Alternative note signs
45 @subsection Alternative note signs
46
47 UNTRANSLATED NODE: IGNORE ME
48
49 @menu
50 * Ancient note heads::
51 * Ancient accidentals::
52 * Ancient rests::
53 * Ancient clefs::
54 * Ancient flags::
55 * Ancient time signatures::
56 @end menu
57
58
59 @node Ancient note heads
60 @subsubsection Ancient note heads
61
62 @cindex Notenköpfe, Alte Musik
63
64 Für die Notation Alter Musik kann ein Notenkopfstil ausgewählt werden, der sich
65 vom Standard (@code{default}) unterscheidet. Dies wird erreicht, indem die
66 @code{style}-Eigenschaft der Notenkopf-(@rinternals{NoteHead})-Objekte auf
67 einen der Werte @code{baroque}, @code{neomensural}, @code{mensural} oder
68 @code{petrucci} gesetzt wird. Der barocke (@code{baroque}) Stil unterscheidet
69 sich vom Standard (@code{default}) nur in sofern, als eine viereckige Form für
70 die Brevis (@code{\breve}) benutzt wird. Der @code{neomensural}-Stil
71 unterscheidet sich vom barocken Stil darin, dass hier rhomboide Notenköpfe für
72 ganze Noten und kleinere Notenwerte eingesetzt werden. Hälse werden über oder
73 unter den Notenköpfen zentriert. Dieser Stil ist vor allem dann sinnvoll, wenn
74 mensurale Musik transkribiert werden soll, etwa für ein Incipit. Der
75 mensurale (@code{mensural}) Stil erstellt Notenköpfe, die das Aussehen
76 historischer Drucke des 16. Jahrhunderts imitieren. Der @code{petrucci}-Stil
77 schließlich imitiert auch historische Drucke, verwendet allerdings größere
78 Notenköpfe.
79
80 Das folgende Beispiel soll den neomensuralen Stil demonstrieren:
81
82 @lilypond[quote,fragment,ragged-right,verbatim]
83 \set Score.skipBars = ##t
84 \override NoteHead #'style = #'neomensural
85 a'\longa a'\breve a'1 a'2 a'4 a'8 a'16
86 @end lilypond
87
88 Für die Notation des Gregorianischen Chorals werden vom
89 @rinternals{Gregorian_ligature_engraver} automatisch die richtigen Notenköpfe
90 ausgewählt, so dass man den Stil nicht manuell setzen muss. Trotzdem kann
91 der Stil manuell verändert werden, z. B. auf den Wert
92 @code{vaticana_punctum}, um Punktum-Neumen zu produzieren. Gleichfalls erstellt
93 der @rinternals{Mensural_ligature_engraver} automatisch Ligaturen der
94 Mensuralnotation. Siehe @ref{Ligatures} zu einer Übersicht über die Funktion
95 und Notation von Ligaturen.
96
97 @seealso
98
99 @ref{Note head styles} stellt einen Überblick über alle verfügbaren
100 Notenkopfstile zur Verfügung.
101
102
103 @node Ancient accidentals
104 @subsubsection Ancient accidentals
105
106 @cindex Vorzeichen, Alte Musik
107
108 Mit der @code{glyph-name-alist}-Eigenschaft der
109 Versetzungszeichen-(@rinternals{Accidental})- und
110 Vorzeichen-(@rinternals{KeySignature})-Eigenschaften können Vorzeichen
111 und Versetzungszeichen für die Alte Musik ausgewählt werden.
112
113 @lilypond[quote,ragged-right,staffsize=26]
114 \score {
115 {
116   \textLengthOn
117   s^\markup {
118     \column {
119       "vaticana"
120       \line { " " \musicglyph #"accidentals.vaticana-1"
121         " " \musicglyph #"accidentals.vaticana0" }
122     }
123     \column {
124       "medicaea"
125       \line { " " \musicglyph #"accidentals.medicaea-1" }
126     }
127     \column {
128       "hufnagel"
129       \line { " " \musicglyph #"accidentals.hufnagel-1" }
130     }
131     \column {
132       "mensural"
133       \line { " " \musicglyph #"accidentals.mensural-1"
134         " " \musicglyph #"accidentals.mensural1" }
135     }
136   }
137 }
138 \layout {
139   interscoreline = 1
140   \context { \Score \remove "Bar_number_engraver" }
141   \context { \Staff
142       \remove "Clef_engraver"
143       \remove "Key_engraver"
144       \remove "Time_signature_engraver"
145       \remove "Staff_symbol_engraver"
146       \override VerticalAxisGroup #'minimum-Y-extent = ##f
147     }
148   }
149 }
150 @end lilypond
151
152 Wie zu sehen ist, werden nicht alle Versetzungszeichen von jedem Stil
153 unterstützt. Wenn versucht wird, ein Versetzungszeichen zu notieren,
154 das von einem bestimmten Stil nicht unterstützt wird, wechselt LilyPond zu einem
155 anderen Stil, wie in dem Beispiel @lsr{ancient,ancient-accidentals.ly}
156 demonstriert wird.
157
158 Ähnlich wie Versetzungszeichen können auch die Vorzeichen für die Angabe der
159 Tonart verändert werden, indem die @code{glyph-name-alist}-Eigenschaft
160 des @rinternals{KeySignature}-Objektes gesetzt wird.
161
162 @seealso
163
164 In diesem Handbuch: @ref{Pitches}, @ref{Cautionary accidentals} und
165 @ref{Automatic accidentals} geben eine allgemeine Einführung in die Benutzung
166 von Versetzungszeichen. Der Abschnitt @ref{Key signature} zeigt die allgemeine
167 Benutzung von Vorzeichen.
168
169 Programmreferenz: @rinternals{KeySignature}.
170
171 Beispiele: @lsrdir{ancient}.
172
173
174 @node Ancient rests
175 @subsubsection Ancient rests
176
177 @cindex Pausen, Alte Musik
178
179 Besondere Pausensymbole für die Notation der Alten Musik können mit der
180 @code{style}-Eigenschaft des graphischen Objektes (grob) @qq{Pause}
181 (@rinternals{Rest}) angewählt werden. Unterstützte Stile sind
182 klassisch (@code{classical}), @code{neomensural} und @code{mensural}.
183 Der klassische (@code{classical}) Stil unterscheidet sich vom Standardstil
184 (@code{default}) nur darin, dass die Viertelpause wie eine gespiegelte
185 Achtelpause aussieht. Der neomensurale Stil eignet sich gut, um z. B. das
186 Incipit von transkribierter Musik zu notieren. Der mensurale Stil ahmt die
187 Form von Pausen nach, wie man sie in Drucken des 16. Jahrhunderts finden kann.
188
189 Das nächste Beispiel demonstriert den neomensuralen (@code{neomensural})
190 Stil:
191
192 @lilypond[quote,fragment,ragged-right,verbatim]
193 \set Score.skipBars = ##t
194 \override Rest #'style = #'neomensural
195 r\longa r\breve r1 r2 r4 r8 r16
196 @end lilypond
197
198 Es gibt keine 32-stel- und 64-stel-Pausen für den mensuralen oder neomensuralen
199 Stil. Anstatt dessen werden die Pausenformen des Standardstiles verwendet.
200 Vgl. eine Liste aller vorhandenen Pausen in @lsr{pitches,rests}.
201
202 Für die Notation des Gregorianischen Chorals gibt es keine Pausen; anstelle
203 dessen werden @ref{Divisiones} verwendet.
204
205 @seealso
206
207 In diesem Handbuch: Der Abschnitt @ref{Rests} enthält eine allgemeine
208 Einführung zur Benutzung von Pausen.
209
210
211 @node Ancient clefs
212 @subsubsection Ancient clefs
213
214 @cindex Schlüssel, Alte Musik
215
216 LilyPond unterstützt eine große Anzahl von Notenschlüsseln, von denen eine
217 ganze Anzahl für die Alte Musik geeignet ist.
218
219 In der Tabelle unten werden alle Schlüssel für die Alte Musik gezeigt, die
220 mit dem @code{\clef}-Befehl erreicht werden. Manche Schlüssel benutzen den
221 selben Schlüssel, unterscheiden sich aber in der Notenlinie, auf der der
222 Schlüssel notiert wird. In diesem Fällen ist eine Nummer im Schlüsselnamen
223 eingefügt. Man kann aber trotzdem eine beliebige Nummer erzwingen, wie es im
224 Abschnitt @ref{Clef} beschrieben wird. Die Note, die rechts von jedem Schlüssel
225 gesetzt ist, zeigt das @code{c'} in Bezug zu dem jeweiligen Schlüssel.
226
227 @multitable @columnfractions .4 .4 .2
228 @item
229 @b{Beschreibung}
230 @tab
231 @b{Unterstützte Schlüssel}
232 @tab
233 @b{Beispiel}
234
235 @item
236 Mensuraler C-Schlüssel im modernen Stil
237 @tab
238 @code{neomensural-c1}, @code{neomensural-c2},@*
239 @code{neomensural-c3}, @code{neomensural-c4}
240 @tab
241 @lilypond[fragment,relative=1,notime]
242   \clef "neomensural-c2" c
243 @end lilypond
244
245 @item
246 Mensuraler C-Schlüssel im Petrucci-Stil, zur Benutzung auf verschiedenen
247 Notenlinien (im
248 Beispiel den Schlüssel auf der zweiten Linie)
249 @tab
250 @code{petrucci-c1}, @code{petrucci-c2},@*
251 @code{petrucci-c3}, @code{petrucci-c4},@*
252 @code{petrucci-c5}
253 @tab
254 @lilypond[fragment,relative=1,notime]
255   \clef "petrucci-c2"
256   \override NoteHead #'style = #'mensural
257   c
258 @end lilypond
259
260 @item
261 Mensuraler F-Schlüssel im Petrucci-Stil
262 @tab
263 @code{petrucci-f}
264 @tab
265 @lilypond[fragment,relative=1,notime]
266   \clef "petrucci-f"
267   \override NoteHead #'style = #'mensural
268   c
269 @end lilypond
270
271 @item
272 Mensuraler G-Schlüssel im Petrucci-Stil
273 @tab
274 @code{petrucci-g}
275 @tab
276 @lilypond[fragment,relative=1,notime]
277   \clef "petrucci-g"
278   \override NoteHead #'style = #'mensural
279   c
280 @end lilypond
281
282 @item
283 Mensuraler C-Schlüssel im historischen Stil
284 @tab
285 @code{mensural-c1}, @code{mensural-c2},@*
286 @code{mensural-c3}, @code{mensural-c4}
287 @tab
288 @lilypond[fragment,relative=1,notime]
289   \clef "mensural-c2"
290   \override NoteHead #'style = #'mensural
291   c
292 @end lilypond
293
294 @item
295 Mensuraler F-Schlüssel im historischen Stil
296 @tab
297 @code{mensural-f}
298 @tab
299 @lilypond[fragment,relative=1,notime]
300   \clef "mensural-f"
301   \override NoteHead #'style = #'mensural
302   c
303 @end lilypond
304
305 @item
306 Mensuraler G-Schlüssel im historischen Stil
307 @tab
308 @code{mensural-g}
309 @tab
310 @lilypond[fragment,relative=1,notime]
311   \clef "mensural-g"
312   \override NoteHead #'style = #'mensural
313   c
314 @end lilypond
315
316 @item
317 Do-Schlüssel der Editio Vaticana
318 @tab
319 @code{vaticana-do1}, @code{vaticana-do2},@*
320 @code{vaticana-do3}
321 @tab
322 @lilypond[fragment,relative=1,notime]
323   \override Staff.StaffSymbol #'line-count = #4
324   \override Staff.StaffSymbol #'color = #red
325   \override Staff.LedgerLineSpanner #'color = #red
326   \override Voice.Stem #'transparent = ##t
327   \override NoteHead #'style = #'vaticana.punctum
328   \clef "vaticana-do2"
329   c
330 @end lilypond
331
332 @item
333 Fa-Schlüssel der Editio Vaticana
334 @tab
335 @code{vaticana-fa1}, @code{vaticana-fa2}
336 @tab
337 @lilypond[fragment,relative=1,notime]
338   \override Staff.StaffSymbol #'line-count = #4
339   \override Staff.StaffSymbol #'color = #red
340   \override Staff.LedgerLineSpanner #'color = #red
341   \override Voice.Stem #'transparent = ##t
342   \override NoteHead #'style = #'vaticana.punctum
343   \clef "vaticana-fa2"
344   c
345 @end lilypond
346
347 @item
348 Do-Schlüssel der Editio Medicaea
349 @tab
350 @code{medicaea-do1}, @code{medicaea-do2},@*
351 @code{medicaea-do3}
352 @tab
353 @lilypond[fragment,relative=1,notime]
354   \override Staff.StaffSymbol #'line-count = #4
355   \override Staff.StaffSymbol #'color = #red
356   \override Staff.LedgerLineSpanner #'color = #red
357   \override Voice.Stem #'transparent = ##t
358   \override NoteHead #'style = #'medicaea.punctum
359   \clef "medicaea-do2"
360   c
361 @end lilypond
362
363 @item
364 Fa-Schlüssel der Editio Medicaea
365 @tab
366 @code{medicaea-fa1}, @code{medicaea-fa2}
367 @tab
368 @lilypond[fragment,relative=1,notime]
369   \override Staff.StaffSymbol #'line-count = #4
370   \override Staff.StaffSymbol #'color = #red
371   \override Staff.LedgerLineSpanner #'color = #red
372   \override Voice.Stem #'transparent = ##t
373   \override NoteHead #'style = #'medicaea.punctum
374   \clef "medicaea-fa2"
375   c
376 @end lilypond
377
378 @item
379 Hufnagel Do-Schlüssel für den historischen Stil
380 @tab
381 @code{hufnagel-do1}, @code{hufnagel-do2},@*
382 @code{hufnagel-do3}
383 @tab
384 @lilypond[fragment,relative=1,notime]
385   \override Staff.StaffSymbol #'line-count = #4
386   \override Staff.StaffSymbol #'color = #red
387   \override Staff.LedgerLineSpanner #'color = #red
388   \override Voice.Stem #'transparent = ##t
389   \override NoteHead #'style = #'hufnagel.punctum
390   \clef "hufnagel-do2"
391   c
392 @end lilypond
393
394 @item
395 Hufnagel Fa-Schlüssel für den historischen Stil
396 @tab
397 @code{hufnagel-fa1}, @code{hufnagel-fa2}
398 @tab
399 @lilypond[fragment,relative=1,notime]
400   \override Staff.StaffSymbol #'line-count = #4
401   \override Staff.StaffSymbol #'color = #red
402   \override Staff.LedgerLineSpanner #'color = #red
403   \override Voice.Stem #'transparent = ##t
404   \override NoteHead #'style = #'hufnagel.punctum
405   \clef "hufnagel-fa2"
406   c
407 @end lilypond
408
409 @item
410 Kombinierter Do/Fa-Hufnagelschlüssel für den historischen Stil
411 @tab
412 @code{hufnagel-do-fa}
413 @tab
414 @lilypond[fragment,relative=1,notime]
415   \override Staff.StaffSymbol #'color = #red
416   \override Staff.LedgerLineSpanner #'color = #red
417   \override Voice.Stem #'transparent = ##t
418   \override NoteHead #'style = #'hufnagel.punctum
419   \clef "hufnagel-do-fa"
420   c
421 @end lilypond
422 @end multitable
423
424 @emph{Moderner Stil} bedeutet: @qq{Wie in modernen Editionen von
425 transkribierter Mensuralmusik benutzt.}
426
427 @emph{Petrucci-Stil} bedeutet: @qq{Inspiriert von Drucken, die der berühmte
428 Notensetzer Petrucci (1466--1539) produziert hat.}
429
430 @emph{Historischer Stil} bedeutet: @qq{Wie in anderen als Petruccis Editionen
431 gedruckt oder geschrieben wurde.}
432
433 @emph{Editio XXX-Stil} bedeutet: @qq{Wie in der Editio XXX gedruckt
434 wird.}
435
436 Petrucci verwendete C-Schlüssel mit unterschiedlich balanciertem vertikalen
437 Balken auf der linken Seite in Abhängigkeit davon, auf welcher Notenlinie
438 der Schlüssel gesetzt wird.
439
440 @seealso
441
442 In diesem Handbuch: siehe @ref{Clef}.
443
444 @knownissues
445
446 Der mensurale G-Schlüssel ist als Petrucci-G-Schlüssel deklariert.
447
448
449 @node Ancient flags
450 @subsubsection Ancient flags
451
452 @cindex Fähnchen, Alte Musik
453
454 Mit der Fähnchen-(@code{flag-style})-Eigenschaft der graphischen Objekte
455 @qq{Hals} (@rinternals{Stem}) können auch Fähnchen passend zu den Notenköpfen
456 der Alten Musik gesetzt werden. Neben dem Standardstil (@code{default}) ist
457 auch ein mensuraler Stil (@code{mensural}) unterstützt.
458
459 @lilypond[quote,fragment,ragged-right,verbatim]
460 \override Stem #'flag-style = #'mensural
461 \override Stem #'thickness = #1.0
462 \override NoteHead #'style = #'mensural
463 \autoBeamOff
464 c'8 d'8 e'8 f'8 c'16 d'16 e'16 f'16 c'32 d'32 e'32 f'32 s8
465 c''8 d''8 e''8 f''8 c''16 d''16 e''16 f''16 c''32 d''32 e''32 f''32
466 @end lilypond
467
468 Dabei ist die innerste Fahne immer vertikal auf eine Notenlinie ausgerichtet.
469
470 Es gibt keinen eigenen Stil für die @qq{neomensurale} Notation. Insofern sollte
471 für das Incipit bei der Transkription mensuraler Musik der Standardstil
472 benutzt werden. Für die Notation des Gregorianischen Chorals gibt es keine
473 Fähnchen.
474
475 @knownissues
476
477 Die Positionierung der Fähnchen an den Hälsen ist leicht verschoben seit einer
478 Änderung in einer frühen 2.3.x-Version.
479
480 Vertikale Ausrichtung der Fähnchen an einer Notenlinie geht von der Annahme
481 aus, dass der Hals entweder genau auf einer Notenlinie oder genau zwischen zwei
482 Notenlinien endet. Das ist aber nicht unbedingt immer der Fall, weil LilyPond
483 komplizierte Methoden zur Ermittlung des besten Layouts verwendet. Diese
484 Methoden sollten aber eigentlich nicht zur Notation von mensuraler Musik
485 eingesetzt werden.
486
487
488 @node Ancient time signatures
489 @subsubsection Ancient time signatures
490
491 @cindex Taktart, Alte Musik
492 @cindex Mensur
493
494 LilyPond besitzt grundlegende Unterstützung für mensurale Taktangaben. Die
495 Symbole sind starr verknüpft mit bestimmten Brüchen. Darum müssen die Werte
496 @code{n} und @code{m} der folgenden Tabelle in den Befehl
497 @code{\time n/m} eingesetzt werden, um die entsprechenden Symbole zu erhalten.
498
499 @lilypond[quote,ragged-right]
500 \layout {
501   indent = 0.0
502   \context {
503     \Staff
504     \remove Staff_symbol_engraver
505     \remove Clef_engraver
506     \remove Time_signature_engraver
507   }
508 }
509 {
510   \set Score.timing = ##f
511   \set Score.barAlways = ##t
512   s_\markup { "\\time 4/4" }^\markup { "       " \musicglyph
513 #"timesig.neomensural44" }
514   s
515   s_\markup { "\\time 2/2" }^\markup { "       " \musicglyph
516 #"timesig.neomensural22" }
517   s
518   s_\markup { "\\time 6/4" }^\markup { "       " \musicglyph
519 #"timesig.neomensural64" }
520   s
521   s_\markup { "\\time 6/8" }^\markup { "       " \musicglyph
522 #"timesig.neomensural68" }
523   \break
524   s_\markup { "\\time 3/2" }^\markup { "       " \musicglyph
525 #"timesig.neomensural32" }
526   s
527   s_\markup { "\\time 3/4" }^\markup { "       " \musicglyph
528 #"timesig.neomensural34" }
529   s
530   s_\markup { "\\time 9/4" }^\markup { "       " \musicglyph
531 #"timesig.neomensural94" }
532   s
533   s_\markup { "\\time 9/8" }^\markup { "       " \musicglyph
534 #"timesig.neomensural98" }
535   \break
536   s_\markup { "\\time 4/8" }^\markup { "       " \musicglyph
537 #"timesig.neomensural48" }
538   s
539   s_\markup { "\\time 2/4" }^\markup { "       " \musicglyph
540 #"timesig.neomensural24" }
541 }
542 @end lilypond
543
544 Mit der @code{style}-Eigenschaft des Objektes @rinternals{TimeSignature}
545 können die Taktarten angewählt werden. Unterstützte Stile sind:
546 @code{neomensural} und @code{mensural}. In der Tabelle oben wurde der
547 neomensurale Stil verwendet. Dieser Stil ist geeignet, um im Incipt von
548 transkribierter Mensuralmusik eingesetzt zu werden. Der mensurale Stil dagegen
549 ahmt die Form historischer Druck des 16. Jahrhunderts nach.
550
551 Im folgenden Beispiel sind die unterschiedlichen Stile dargestellt.
552
553 @lilypond[ragged-right,fragment,relative=1,quote]
554 {
555   \textLengthOn
556
557   \time 2/2
558   c1^\markup { \hspace #-2.0 \typewriter default }
559
560   \override Staff.TimeSignature #'style = #'numbered
561   \time 2/2
562   c1^\markup { \hspace #-2.0 \typewriter numbered }
563
564   \override Staff.TimeSignature #'style = #'mensural
565   \time 2/2
566   c1^\markup { \hspace #-2.0 \typewriter mensural }
567
568   \override Staff.TimeSignature #'style = #'neomensural
569   \time 2/2
570   c1^\markup { \hspace #-2.0 \typewriter neomensural }
571   \override Staff.TimeSignature #'style = #'single-digit
572   \time 2/2
573   c1^\markup { \hspace #-2.0 \typewriter single-digit }
574 }
575 @end lilypond
576
577 @seealso
578
579 In diesem Handbuch: @ref{Time signature} bietet eine allgemeine Übersicht über
580 den Einsatz von Taktangaben.
581
582 @knownissues
583
584 Die Verhältnisse der Notenwerte ändern sich nicht, wenn die Taktart (Mensur)
585 gewechselt wird. Zum Beispiel muss das Verhältnis 1 brevis = 3 semibrevis
586 (tempus perfectum) manuell erstellt werden, indem folgende Variable erstellt
587 wird:
588
589 @example
590 breveTP = #(ly:make-duration -1 0 3 2)
591 @dots{}
592 @{ c\breveTP f1 @}
593 @end example
594
595 @noindent
596 Hiermit wird die Variable @code{breveTP} auf den Wert
597 @qq{3/2 mal 2 = 3 mal eine Ganze} gesetzt.
598
599 Das @code{old6/8alt}-Symbol (ein alternatives Symbol für 6/8) kann nicht
600 mit dem Befehl @code{\time} angesprochen werden. Verwenden Sie anstatt dessen
601 eine Textbeschriftung (@code{\markup}).
602
603
604 @node Additional note signs
605 @subsection Additional note signs
606
607 UNTRANSLATED NODE: IGNORE ME
608
609 @menu
610 * Ancient articulations::
611 * Custodes::
612 * Divisiones::
613 * Ligatures::
614 * White mensural ligatures::
615 * Gregorian square neumes ligatures::
616 @end menu
617
618
619 @node Ancient articulations
620 @subsubsection Ancient articulations
621
622 @cindex articulations
623
624 Zusätzlich zu den Standardartikulationszeichen, wie sie im Abschnitt
625 @ref{Articulations} beschrieben werden, werden auch Artikulationszeichen
626 für die Alte Musik zur Verfügung gestellt. Diese sind darauf hin geformt, dass
627 sie mit der Notation des Editio Vaticana-Stils verwendet werden können.
628
629 @lilypond[quote,ragged-right,verbatim]
630 \include "gregorian-init.ly"
631 \score {
632   \new VaticanaVoice {
633     \override TextScript #'font-family = #'typewriter
634     \override TextScript #'font-shape = #'upright
635     \override Script #'padding = #-0.1
636     a\ictus_"ictus" \break
637     a\circulus_"circulus" \break
638     a\semicirculus_"semicirculus" \break
639     a\accentus_"accentus" \break
640     \[ a_"episem" \episemInitium \pes b \flexa a b \episemFinis \flexa a \]
641   }
642 }
643 @end lilypond
644
645 @knownissues
646
647 Einige Artikulationszeichen sind vertikal zu dich an den entsprechenden
648 Notenköpfen gesetzt.
649
650 Die Episem-Linie wird in vielen Fällen nicht angezeigt. Wenn sie angezeigt wird,
651 ist das rechte Ende der Episem-Linie oft zu weit rechts.
652
653
654 @node Custodes
655 @subsubsection Custodes
656
657 @cindex Custodes
658
659 Ein @emph{custos} (Plural: @emph{custodes}; Lateinisch: @qq{Beschützer}) ist
660 ein Symbol, das am Ende jedes Notensystems erscheint. Es nimmt die Tonhöhe
661 der ersten Note der nächsten Zeile vorweg und hilft damit dem Vortragenden,
662 die Zeilenwechsel während der Vorführung zu bewältigen.
663
664 Custodes wurden bis zum 17. Jahrhundert sehr häufig in der Musiknotation
665 eingesetzt. Heute finden sie sich nur noch in einigen bestimmten
666 Notationsformen, etwa modernen Editionen des Gregorianischen Chorals wie die
667 @emph{editio vaticana}. LilyPond stellt unterschiedliche Custos-Symbole für
668 die unterschiedlichen Notationsstile zur Verfügung.
669
670 Damit Custodes angezeigt werden, muss ein @rinternals{Custos_engraver}
671 im @rinternals{Staff}-Kontext gefordert werden. Der Aufruf folgt im Rahmen
672 des Layout-Kontextes, wie das folgende Beispiel zeigt.
673
674 @example
675 \layout @{
676   \context @{
677     \Staff
678     \consists Custos_engraver
679     Custos \override #'style = #'mensural
680   @}
681 @}
682 @end example
683
684 Das Ergebnis sieht ungefähr folgendermaßen aus:
685
686 @lilypond[quote,ragged-right]
687 \score {
688 {
689   a'1
690   \override Staff.Custos #'style = #'mensural
691   \break
692   g'
693 }
694 \layout {
695   \context { \Staff \consists Custos_engraver }
696   }
697 }
698 @end lilypond
699
700 Das Custos-Zeichen wird von der @code{style}-Eigenschaft ausgewählt. Die
701 unterstützten Stile sind: @code{vaticana}, @code{medicaea}, @code{hufnagel}
702 und @code{mensural}. Sie werden im folgenden Fragment demonstriert.
703
704 @lilypond[quote,ragged-right,fragment]
705 \new Lyrics \lyricmode {
706   \markup { \column {
707     \typewriter "vaticana"
708     \line { " " \musicglyph #"custodes.vaticana.u0" }
709   } }
710   \markup { \column {
711     \typewriter "medicaea"
712     \line { " " \musicglyph #"custodes.medicaea.u0" }
713   }}
714   \markup { \column {
715     \typewriter "hufnagel"
716     \line { " " \musicglyph #"custodes.hufnagel.u0" }
717   }}
718   \markup { \column {
719     \typewriter "mensural"
720     \line { " " \musicglyph #"custodes.mensural.u0" }
721   }}
722 }
723 @end lilypond
724
725 @seealso
726
727 Programmreferenz: @rinternals{Custos}.
728
729 Examples:
730 @lsr{ancient,custodes@/.ly}.
731
732
733 @node Divisiones
734 @subsubsection Divisiones
735
736 @cindex divisio
737 @cindex divisiones
738 @cindex finalis
739
740 Eine @emph{divisio} (Plural: @emph{divisiones}; Latein: @qq{Teilung}) ist ein
741 Symbol des Notensystemkontextes, das benutzt wird, um Phrasierung und
742 Abschnitte im Gregorianischen Choral anzuzeigen. Die musikalische Bedeutung
743 von @emph{divisio minima}, @emph{divisio maior} und @emph{divisio maxima} kann
744 beschrieben werden als kurze, mittlere und lange Pause, ungefähr wie die
745 Atemzeichen aus dem Abschnitt @ref{Breath marks}. Das @emph{finalis}-Zeichen
746 bezeichnet nicht nur das Ende eines Chorals, sondern wird auch oft innerhalb
747 eines Antiphons/Responsoriums benutzt, um das Ende eines Abschnitts anzuzeigen.
748
749 Divisiones können benutzt werden, indem die Datei @file{gregorian@/-init@/.ly}
750 in die Quelldatei eingefügt wird. Hier sind die entsprechenden Definitionen
751 schon abgelegt, so dass es genügt, die Befehle @code{\divisioMinima},
752 @code{\divisioMaior}, @code{\divisioMaxima} und @code{\finalis} an den
753 entsprechenden Stellen zu schreiben. Einige Editionen verwenden eine
754 @emph{virgula} oder @emph{caesura} anstelle der divisio minima. Darum findet
755 sich in der Datei @file{gregorian@/-init@/.ly} auch eine Definition für
756 @code{\virgula} und @code{\caesura}.
757
758 @lilypondfile[quote,ragged-right]{divisiones.ly}
759
760 @predefined
761
762 @funindex \virgula
763 @code{\virgula},
764 @funindex \caesura
765 @code{\caesura},
766 @funindex \divisioMinima
767 @code{\divisioMinima},
768 @funindex \divisioMaior
769 @code{\divisioMaior},
770 @funindex \divisioMaxima
771 @code{\divisioMaxima},
772 @funindex \finalis
773 @code{\finalis}.
774
775 @seealso
776
777 In diesem Handbuch: @ref{Breath marks}.
778
779 Programmreferenz: @rinternals{BreathingSign}.
780
781 Beispiele: @lsr{expressive,breathing-sign.ly}.
782
783
784 @node Ligatures
785 @subsubsection Ligatures
786 @cindex Ligaturen
787
788 @c TODO: Should double check if I recalled things correctly when I wrote
789 @c down the following paragraph by heart.
790
791 Eine Ligatur ist ein graphisches Symbol das wenigstens zwei unterschiedliche
792 Noten darstellt. Ligaturen treten ursprünglich in Manuskripten des
793 Gregorianischen Chorals auf, um auf- oder absteigende Notensequenzen zu
794 notieren.
795
796 Ligaturen werden eingegeben, indem die dazugehörigen Noten zwischen
797 @code{\[} und @code{\]} eingeschlossen werden. Einige Ligaturstile benötigen
798 zusätzliche Syntax für eine bestimmte Ligatur. In der Standardeinstellung
799 setzt der @rinternals{LigatureBracket} ganz einfach eckige Klammern über
800 die Noten der Ligatur.
801
802 @lilypond[quote,ragged-right,verbatim]
803 \transpose c c' {
804   \[ g c a f d' \]
805   a g f
806   \[ e f a g \]
807 }
808 @end lilypond
809
810 Um einen gestimmten Ligaturstil auszuwählen, muss ein entsprechender
811 Ligatur-Engraver zum Stimmkontext hinzugefügt werden, wie in den folgenden
812 Abschnitten erklärt wird. Nur weiße Mensuralligaturen sind unterstützt -- mit
813 Einschränkungen.
814
815 @knownissues
816
817 Ligaturen benötigen von klassischer Notation unterschiedliche Platzaufteilung,
818 was sie aber noch nicht können. Darum ist fast immer zu viel Platz zwischen
819 Ligaturen und Zeilenumbrüche sind ungenügend. Text lässt sich auch nicht
820 richtig an Ligaturen ausrichten.
821
822 Akzidentien dürfen nicht innerhalb von einer Ligatur gedruckt werden, sondern
823 müssen gesammelt und vor der Ligatur ausgegeben werden.
824
825 Die Syntax verwendet immer noch den verworfenen Infix-Stil (@code{\[
826 musik. Ausdr. \]}). Für die Konsistenz soll dies geändert werden in den
827 Postfix-Stil (@code{Note\[ ... Note\]}). Alternativ kann die Datei
828 @file{gregorian@/-init@/.ly} eingefügt werden, die eine Scheme-Funktion
829 @example
830 \ligature @var{musik. Ausdr.}
831 @end example
832 mit der selben Wirkung zur Verfügung stellt und stabil zu sein scheint.
833
834
835 @node White mensural ligatures
836 @subsubsection White mensural ligatures
837
838 @cindex Mensuralligaturen
839 @cindex Weiße Mensuralligaturen
840 @cindex Ligaturen, weiße Mensuralnotation
841
842 Begrenzte Unterstützung für Ligaturen der weißen Mensuralnotation.
843
844 Um weiße Mensuralligaturen zu benutzen, muss innerhalb des Layout-Blocks
845 im @rinternals{Voice}-Kontext der @rinternals{Mensural_ligature_engraver}
846 aktiviert werden und gleichzeitig der
847 @rinternals{Ligature_bracket_engraver} (der die Klammern über den Noten
848 setzt) entfernt werden, wie im Beispiel.
849
850 @example
851 \layout @{
852   \context @{
853     \Voice
854     \remove Ligature_bracket_engraver
855     \consists Mensural_ligature_engraver
856   @}
857 @}
858 @end example
859
860 Zusätzlich zu diesen Einstellungen gibt es keine eigenen Befehle, die die
861 Form einer Ligatur bestimmen. Die Form wird vielmehr aus Tonhöhen und
862 Tondauern der in Klammern gesetzten Noten geschlossen. Diese
863 Herangehensweise erfordert einige Eingewöhnung, hat aber den großen
864 Vorteil, dass der musikalische Inhalt der Ligatur dem Programm bekannt ist.
865 Das ist nicht nur notwendig für korrekte MIDI-Ausgabe, sondern erlaubt
866 es auch, automatische Transkriptionen von Ligaturen anzufertigen.
867
868 Eine Datei kann zum Beispiel so aussehen:
869
870 @example
871 \set Score.timing = ##f
872 \set Score.defaultBarType = "empty"
873 \override NoteHead #'style = #'neomensural
874 \override Staff.TimeSignature #'style = #'neomensural
875 \clef "petrucci-g"
876 \[ c'\maxima g \]
877 \[ d\longa c\breve f e d \]
878 \[ c'\maxima d'\longa \]
879 \[ e'1 a g\breve \]
880 @end example
881 @lilypond[quote,ragged-right]
882 \score {
883   \transpose c c' {
884     \set Score.timing = ##f
885     \set Score.defaultBarType = "empty"
886     \override NoteHead #'style = #'neomensural
887     \override Staff.TimeSignature #'style = #'neomensural
888     \clef "petrucci-g"
889     \[ c'\maxima g \]
890     \[ d\longa c\breve f e d \]
891     \[ c'\maxima d'\longa \]
892     \[ e'1 a g\breve \]
893   }
894   \layout {
895     \context {
896       \Voice
897       \remove Ligature_bracket_engraver
898       \consists Mensural_ligature_engraver
899     }
900   }
901 }
902 @end lilypond
903
904 Wenn der @rinternals{Ligature_bracket_engraver} nicht durch den
905 @rinternals{Mensural_ligature_engraver} ersetzt wird, werden die Noten
906 wie folgt ausgegeben:
907
908 @lilypond[quote,ragged-right]
909 \transpose c c' {
910   \set Score.timing = ##f
911   \set Score.defaultBarType = "empty"
912   \override NoteHead #'style = #'neomensural
913   \override Staff.TimeSignature #'style = #'neomensural
914   \clef "petrucci-g"
915   \[ c'\maxima g \]
916   \[ d\longa c\breve f e d \]
917   \[ c'\maxima d'\longa \]
918   \[ e'1 a g\breve \]
919 }
920 @end lilypond
921
922 @knownissues
923
924 Die horizontale Positionierung ist sehr schlecht.
925
926
927 @node Gregorian square neumes ligatures
928 @subsubsection Gregorian square neumes ligatures
929
930 @cindex Quadratische Neumenligaturen
931 @cindex Gregorianische quadratische Neumenligaturen
932 @cindex Ligaturen der quadratischen Neumennotation
933
934 Beschränkte Unterstützung für gregorianische Quadratneumen-Ligaturen
935 (nach dem Stil der Editio Vaticana) ist vorhanden. Die wichtigsten
936 Ligaturen können schon gesetzt werden, aber wichtige Eigenschaften
937 anspruchsvoller Typographie wie horizontale Ausrichtung von mehreren
938 Ligaturen, korrekte Silbenpositionierung und richtiger Umgang mit
939 Versetzungszeichen fehlen noch.
940
941 Die folgende Tabelle enthält die erweiterte Neumenliste des zweiten Bands des
942  Antiphonale Romanum (@emph{Liber Hymnarius}),
943 1983 von den Mönchen von Solesmes herausgegeben.
944
945 @multitable @columnfractions .4 .2 .2 .2
946
947 @item
948 @b{Neuma aut@*
949 Neumarum Elementa}
950 @tab
951 @b{Figurae@*
952 Rectae}
953 @tab
954 @b{Figurae@*
955 Liquescentes@*
956 Auctae}
957 @tab
958 @b{Figurae@*
959 Liquescentes@*
960 Deminutae}
961
962 @c TODO: \layout block is identical in all of the below examples.
963 @c Therefore, it should somehow be included rather than duplicated all
964 @c the time. --jr
965
966 @c why not make identifiers in ly/engraver-init.ly? --hwn
967
968 @c Because it's just used to typeset plain notes without
969 @c a staff for demonstration purposes rather than something
970 @c special of Gregorian chant notation. --jr
971
972 @item
973 @code{1. Punctum}
974 @tab
975 @lilypond[staffsize=26,line-width=1.5\cm]
976 \include "gregorian-init.ly"
977 \score {
978   \transpose c c' {
979     % Punctum
980     \[ b \]
981     \noBreak s^\markup {"a"} \noBreak
982
983     % Punctum Inclinatum
984     \[ \inclinatum b \]
985     \noBreak s^\markup {"b"}
986   }
987 \layout { \neumeDemoLayout }}
988 @end lilypond
989 @tab
990 @lilypond[staffsize=26,line-width=2.5\cm]
991 \include "gregorian-init.ly"
992 \score {
993   \transpose c c' {
994     % Punctum Auctum Ascendens
995     \[ \auctum \ascendens b \]
996     \noBreak s^\markup {"c"} \noBreak
997
998     % Punctum Auctum Descendens
999     \[ \auctum \descendens b \]
1000     \noBreak s^\markup {"d"} \noBreak
1001
1002     % Punctum Inclinatum Auctum
1003     \[ \inclinatum \auctum b \]
1004     \noBreak s^\markup {"e"}
1005   }
1006 \layout { \neumeDemoLayout }}
1007 @end lilypond
1008 @tab
1009 @lilypond[staffsize=26,line-width=1.0\cm]
1010 \include "gregorian-init.ly"
1011 \score {
1012   \transpose c c' {
1013     % Punctum Inclinatum Parvum
1014     \[ \inclinatum \deminutum b \]
1015     \noBreak s^\markup {"f"}
1016   }
1017 \layout { \neumeDemoLayout }}
1018 @end lilypond
1019
1020 @item
1021 @code{2. Virga}
1022 @tab
1023 @lilypond[staffsize=26,line-width=1.0\cm]
1024 \include "gregorian-init.ly"
1025 \score {
1026   \transpose c c' {
1027     % Virga
1028     \[ \virga b \]
1029     \noBreak s^\markup {"g"}
1030   }
1031 \layout { \neumeDemoLayout }}
1032 @end lilypond
1033 @tab
1034 @tab
1035
1036 @item
1037 @code{3. Apostropha vel Stropha}
1038 @tab
1039 @lilypond[staffsize=26,line-width=1.0\cm]
1040 \include "gregorian-init.ly"
1041 \score {
1042   \transpose c c' {
1043     % Stropha
1044     \[ \stropha b \]
1045     \noBreak s^\markup {"h"}
1046   }
1047 \layout { \neumeDemoLayout }}
1048 @end lilypond
1049 @tab
1050 @lilypond[staffsize=26,line-width=1.0\cm]
1051 \include "gregorian-init.ly"
1052 \score {
1053   \transpose c c' {
1054     % Stropha Aucta
1055     \[ \stropha \auctum b \]
1056     \noBreak s^\markup {"i"}
1057   }
1058 \layout { \neumeDemoLayout }}
1059 @end lilypond
1060 @tab
1061
1062 @item
1063 @code{4. Oriscus}
1064 @tab
1065 @lilypond[staffsize=26,line-width=1.0\cm]
1066 \include "gregorian-init.ly"
1067 \score {
1068   \transpose c c' {
1069     % Oriscus
1070     \[ \oriscus b \]
1071     \noBreak s^\markup {"j"}
1072   }
1073 \layout { \neumeDemoLayout }}
1074 @end lilypond
1075 @tab
1076 @tab
1077
1078 @item
1079 @code{5. Clivis vel Flexa}
1080 @tab
1081 @lilypond[staffsize=26,line-width=1.0\cm]
1082 \include "gregorian-init.ly"
1083 \score {
1084   \transpose c c' {
1085     % Clivis vel Flexa
1086     \[ b \flexa g \]
1087     s^\markup {"k"}
1088   }
1089 \layout { \neumeDemoLayout }}
1090 @end lilypond
1091 @tab
1092 @lilypond[staffsize=26,line-width=2.0\cm]
1093 \include "gregorian-init.ly"
1094 \score {
1095   \transpose c c' {
1096     % Clivis Aucta Descendens
1097     \[ b \flexa \auctum \descendens g \]
1098     \noBreak s^\markup {"l"} \noBreak
1099
1100     % Clivis Aucta Ascendens
1101     \[ b \flexa \auctum \ascendens g \]
1102     \noBreak s^\markup {"m"}
1103   }
1104 \layout { \neumeDemoLayout }}
1105 @end lilypond
1106 @tab
1107 @lilypond[staffsize=26,line-width=1.0\cm]
1108 \include "gregorian-init.ly"
1109 \score {
1110   \transpose c c' {
1111     % Cephalicus
1112     \[ b \flexa \deminutum g \]
1113     s^\markup {"n"}
1114   }
1115 \layout { \neumeDemoLayout }}
1116 @end lilypond
1117
1118 @item
1119 @code{6. Podatus vel Pes}
1120 @tab
1121 @lilypond[staffsize=26,line-width=1.0\cm]
1122 \include "gregorian-init.ly"
1123 \score {
1124   \transpose c c' {
1125     % Podatus vel Pes
1126     \[ g \pes b \]
1127     s^\markup {"o"}
1128   }
1129 \layout { \neumeDemoLayout }}
1130 @end lilypond
1131 @tab
1132 @lilypond[staffsize=26,line-width=2.0\cm]
1133 \include "gregorian-init.ly"
1134 \score {
1135   \transpose c c' {
1136     % Pes Auctus Descendens
1137     \[ g \pes \auctum \descendens b \]
1138     \noBreak s^\markup {"p"} \noBreak
1139
1140     % Pes Auctus Ascendens
1141     \[ g \pes \auctum \ascendens b \]
1142     \noBreak s^\markup {"q"}
1143   }
1144 \layout { \neumeDemoLayout }}
1145 @end lilypond
1146 @tab
1147 @lilypond[staffsize=26,line-width=1.0\cm]
1148 \include "gregorian-init.ly"
1149 \score {
1150   \transpose c c' {
1151     % Epiphonus
1152     \[ g \pes \deminutum b \]
1153     s^\markup {"r"}
1154   }
1155 \layout { \neumeDemoLayout }}
1156 @end lilypond
1157
1158 @item
1159 @code{7. Pes Quassus}
1160 @tab
1161 @lilypond[staffsize=26,line-width=1.0\cm]
1162 \include "gregorian-init.ly"
1163 \score {
1164   \transpose c c' {
1165     % Pes Quassus
1166     \[ \oriscus g \pes \virga b \]
1167     s^\markup {"s"}
1168   }
1169 \layout { \neumeDemoLayout }}
1170 @end lilypond
1171 @tab
1172 @lilypond[staffsize=26,line-width=1.0\cm]
1173 \include "gregorian-init.ly"
1174 \score {
1175   \transpose c c' {
1176     % Pes Quassus Auctus Descendens
1177     \[ \oriscus g \pes \auctum \descendens b \]
1178     s^\markup {"t"}
1179   }
1180 \layout { \neumeDemoLayout }}
1181 @end lilypond
1182 @tab
1183
1184 @item
1185 @code{8. Quilisma Pes}
1186 @tab
1187 @lilypond[staffsize=26,line-width=1.0\cm]
1188 \include "gregorian-init.ly"
1189 \score {
1190   \transpose c c' {
1191     % Quilisma Pes
1192     \[ \quilisma g \pes b \]
1193     s^\markup {"u"}
1194   }
1195 \layout { \neumeDemoLayout }}
1196 @end lilypond
1197 @tab
1198 @lilypond[staffsize=26,line-width=1.0\cm]
1199 \include "gregorian-init.ly"
1200 \score {
1201   \transpose c c' {
1202     % Quilisma Pes Auctus Descendens
1203     \[ \quilisma g \pes \auctum \descendens b \]
1204     s^\markup {"v"}
1205   }
1206 \layout { \neumeDemoLayout }}
1207 @end lilypond
1208 @tab
1209
1210 @item
1211 @code{9. Podatus Initio Debilis}
1212 @tab
1213 @lilypond[staffsize=26,line-width=1.0\cm]
1214 \include "gregorian-init.ly"
1215 \score {
1216   \transpose c c' {
1217     % Pes Initio Debilis
1218     \[ \deminutum g \pes b \]
1219     s^\markup {"w"}
1220   }
1221 \layout { \neumeDemoLayout }}
1222 @end lilypond
1223 @tab
1224 @lilypond[staffsize=26,line-width=1.0\cm]
1225 \include "gregorian-init.ly"
1226 \score {
1227   \transpose c c' {
1228     % Pes Auctus Descendens Initio Debilis
1229     \[ \deminutum g \pes \auctum \descendens b \]
1230     s^\markup {"x"}
1231   }
1232 \layout { \neumeDemoLayout }}
1233 @end lilypond
1234 @tab
1235
1236 @item
1237 @code{10. Torculus}
1238 @tab
1239 @lilypond[staffsize=26,line-width=1.0\cm]
1240 \include "gregorian-init.ly"
1241 \score {
1242   \transpose c c' {
1243     % Torculus
1244     \[ a \pes b \flexa g \]
1245     s^\markup {"y"}
1246   }
1247 \layout { \neumeDemoLayout }}
1248 @end lilypond
1249 @tab
1250 @lilypond[staffsize=26,line-width=1.0\cm]
1251 \include "gregorian-init.ly"
1252 \score {
1253   \transpose c c' {
1254     % Torculus Auctus Descendens
1255     \[ a \pes b \flexa \auctum \descendens g \]
1256     s^\markup {"z"}
1257   }
1258 \layout { \neumeDemoLayout }}
1259 @end lilypond
1260 @tab
1261 @lilypond[staffsize=26,line-width=1.0\cm]
1262 \include "gregorian-init.ly"
1263 \score {
1264   \transpose c c' {
1265     % Torculus Deminutus
1266     \[ a \pes b \flexa \deminutum g \]
1267     s^\markup {"A"}
1268   }
1269 \layout { \neumeDemoLayout }}
1270 @end lilypond
1271
1272 @item
1273 @code{11. Torculus Initio Debilis}
1274 @tab
1275 @lilypond[staffsize=26,line-width=1.0\cm]
1276 \include "gregorian-init.ly"
1277 \score {
1278   \transpose c c' {
1279     % Torculus Initio Debilis
1280     \[ \deminutum a \pes b \flexa g \]
1281     s^\markup {"B"}
1282   }
1283 \layout { \neumeDemoLayout }}
1284 @end lilypond
1285 @tab
1286 @lilypond[staffsize=26,line-width=1.0\cm]
1287 \include "gregorian-init.ly"
1288 \score {
1289   \transpose c c' {
1290     % Torculus Auctus Descendens Initio Debilis
1291     \[ \deminutum a \pes b \flexa \auctum \descendens g \]
1292     s^\markup {"C"}
1293   }
1294 \layout { \neumeDemoLayout }}
1295 @end lilypond
1296 @tab
1297 @lilypond[staffsize=26,line-width=1.0\cm]
1298 \include "gregorian-init.ly"
1299 \score {
1300   \transpose c c' {
1301     % Torculus Deminutus Initio Debilis
1302     \[ \deminutum a \pes b \flexa \deminutum g \]
1303     s^\markup {"D"}
1304   }
1305 \layout { \neumeDemoLayout }}
1306 @end lilypond
1307
1308 @item
1309 @code{12. Porrectus}
1310 @tab
1311 @lilypond[staffsize=26,line-width=1.0\cm]
1312 \include "gregorian-init.ly"
1313 \score {
1314   \transpose c c' {
1315     % Porrectus
1316     \[ a \flexa g \pes b \]
1317     s^\markup {"E"}
1318   }
1319 \layout { \neumeDemoLayout }}
1320 @end lilypond
1321 @tab
1322 @lilypond[staffsize=26,line-width=1.0\cm]
1323 \include "gregorian-init.ly"
1324 \score {
1325   \transpose c c' {
1326     % Porrectus Auctus Descendens
1327     \[ a \flexa g \pes \auctum \descendens b \]
1328     s^\markup {"F"}
1329   }
1330 \layout { \neumeDemoLayout }}
1331 @end lilypond
1332 @tab
1333 @lilypond[staffsize=26,line-width=1.0\cm]
1334 \include "gregorian-init.ly"
1335 \score {
1336   \transpose c c' {
1337     % Porrectus Deminutus
1338     \[ a \flexa g \pes \deminutum b \]
1339     s^\markup {"G"}
1340   }
1341 \layout { \neumeDemoLayout }}
1342 @end lilypond
1343
1344 @item
1345 @code{13. Climacus}
1346 @tab
1347 @lilypond[staffsize=26,line-width=1.0\cm]
1348 \include "gregorian-init.ly"
1349 \score {
1350   \transpose c c' {
1351     % Climacus
1352     \[ \virga b \inclinatum a \inclinatum g \]
1353     s^\markup {"H"}
1354   }
1355   \layout { \neumeDemoLayout }
1356 }
1357 @end lilypond
1358 @tab
1359 @lilypond[staffsize=26,line-width=1.0\cm]
1360 \include "gregorian-init.ly"
1361 \score {
1362   \transpose c c' {
1363     % Climacus Auctus
1364     \[ \virga b \inclinatum a \inclinatum \auctum g \]
1365     s^\markup {"I"}
1366   }
1367 \layout { \neumeDemoLayout }}
1368 @end lilypond
1369 @tab
1370 @lilypond[staffsize=26,line-width=1.0\cm]
1371 \include "gregorian-init.ly"
1372 \score {
1373   \transpose c c' {
1374     % Climacus Deminutus
1375     \[ \virga b \inclinatum a \inclinatum \deminutum g \]
1376     s^\markup {"J"}
1377   }
1378 \layout { \neumeDemoLayout }}
1379 @end lilypond
1380
1381 @item
1382 @code{14. Scandicus}
1383 @tab
1384 @lilypond[staffsize=26,line-width=1.0\cm]
1385 \include "gregorian-init.ly"
1386 \score {
1387   \transpose c c' {
1388     % Scandicus
1389     \[ g \pes a \virga b \]
1390     s^\markup {"K"}
1391   }
1392 \layout { \neumeDemoLayout }}
1393 @end lilypond
1394 @tab
1395 @lilypond[staffsize=26,line-width=1.0\cm]
1396 \include "gregorian-init.ly"
1397 \score {
1398   \transpose c c' {
1399     % Scandicus Auctus Descendens
1400     \[ g \pes a \pes \auctum \descendens b \]
1401     s^\markup {"L"}
1402   }
1403 \layout { \neumeDemoLayout }}
1404 @end lilypond
1405 @tab
1406 @lilypond[staffsize=26,line-width=1.0\cm]
1407 \include "gregorian-init.ly"
1408 \score {
1409   \transpose c c' {
1410     % Scandicus Deminutus
1411     \[ g \pes a \pes \deminutum b \]
1412     s^\markup {"M"}
1413   }
1414 \layout { \neumeDemoLayout }}
1415 @end lilypond
1416
1417 @item
1418 @code{15. Salicus}
1419 @tab
1420 @lilypond[staffsize=26,line-width=1.0\cm]
1421 \include "gregorian-init.ly"
1422 \score {
1423   \transpose c c' {
1424     % Salicus
1425     \[ g \oriscus a \pes \virga b \]
1426     s^\markup {"N"}
1427   }
1428 \layout { \neumeDemoLayout }}
1429 @end lilypond
1430 @tab
1431 @lilypond[staffsize=26,line-width=1.0\cm]
1432 \include "gregorian-init.ly"
1433 \score {
1434   \transpose c c' {
1435     % Salicus Auctus Descendens
1436     \[ g \oriscus a \pes \auctum \descendens b \]
1437     s^\markup {"O"}
1438   }
1439 \layout { \neumeDemoLayout }}
1440 @end lilypond
1441 @tab
1442
1443 @item
1444 @code{16. Trigonus}
1445 @tab
1446 @lilypond[staffsize=26,line-width=1.0\cm]
1447 \include "gregorian-init.ly"
1448 \score {
1449   \transpose c c' {
1450     % Trigonus
1451     \[ \stropha b \stropha b \stropha a \]
1452     s^\markup {"P"}
1453   }
1454   \layout { \neumeDemoLayout }
1455 }
1456 @end lilypond
1457 @tab
1458 @tab
1459
1460 @end multitable
1461
1462 Anders als in den meisten Neumennotationssystemen zeigt der Quellcode
1463 von LilyPond nicht das typographische Aussehen der Ligatur an, sondern
1464 deren musikalischen Inhalt. Der Code  @code{\[ a \pes b
1465 \flexa g \]} etwa ergibt einen Torculus, der aus drei Punctum-Köpfen besteht,
1466 während @code{\[ a \flexa g \pes b \]} einen Porrectus mit einer gekrümmten
1467 Flexa und einem einzelnen Punctum ausgibt.
1468 Es gibt also keinen Befehl, der explizit eine gekrümmte Flexa setzen würde;
1469 die Entscheidung, wann diese gesetzt werden soll hängt vielmehr davon ab,
1470 welcher musikalische Inhalt dargestellt werden soll. Der Sinn dieser
1471 Herangehensweise ist es, den Inhalt von der graphischen Repräsentation zu
1472 trennen. Auf diese Art kann mit der gleichen Eingabe ein anderer gregorianischer
1473 Stil gesetzt werden, ohne die Notation zu verändern.
1474
1475 Die folgende Tabelle zeigt Code-Fragmente, mit denen die Ligaturen der vorigen
1476 Tabelle erstellt werden können. Der Buchstabe in der ersten Spalte jeder Zeile
1477 der unteren Tabelle zeigt an, auf welche Ligatur in der vorigen Tabelle sie sich
1478 bezieht. In der zweiten Spalte erscheint die Bezeichnung der Ligatur. Die dritte
1479 Spalte enthält das Fragment, mit dem die Ligatur erzeugt wurde, wobei
1480 @code{g}, @code{a} und @code{b} als Beispieltonhöhen eingesetzt werden.
1481
1482 @multitable @columnfractions .02 .31 .67
1483 @item
1484 @b{#}
1485 @tab
1486 @b{Name}
1487 @tab
1488 @b{Input Language}
1489
1490 @item
1491 a
1492 @tab
1493 Punctum
1494 @tab
1495 @code{\[ b \]}
1496
1497 @item
1498 b
1499 @tab
1500 Punctum Inclinatum
1501 @tab
1502 @code{\[ \inclinatum b \]}
1503
1504 @item
1505 c
1506 @tab
1507 Punctum Auctum@*
1508 Ascendens
1509 @tab
1510 @code{\[ \auctum \ascendens b \]}
1511
1512 @item
1513 d
1514 @tab
1515 Punctum Auctum@*
1516 Descendens
1517 @tab
1518 @code{\[ \auctum \descendens b \]}
1519
1520 @item
1521 e
1522 @tab
1523 Punctum Inclinatum@*
1524 Auctum
1525 @tab
1526 @code{\[ \inclinatum \auctum b \]}
1527
1528 @item
1529 f
1530 @tab
1531 Punctum Inclinatum@*
1532 Parvum @tab
1533 @code{\[ \inclinatum \deminutum b \]}
1534
1535 @item
1536 g
1537 @tab
1538 Virga
1539 @tab
1540 @code{\[ \virga b \]}
1541
1542 @item
1543 h
1544 @tab
1545 Stropha
1546 @tab
1547 @code{\[ \stropha b \]}
1548
1549 @item
1550 i
1551 @tab
1552 Stropha Aucta
1553 @tab
1554 @code{\[ \stropha \auctum b \]}
1555
1556 @item
1557 j
1558 @tab
1559 Oriscus
1560 @tab
1561 @code{\[ \oriscus b \]}
1562
1563 @item
1564 k
1565 @tab
1566 Clivis vel Flexa
1567 @tab
1568 @code{\[ b \flexa g \]}
1569
1570 @item
1571 l
1572 @tab
1573 Clivis Aucta@*
1574 Descendens
1575 @tab
1576 @code{\[ b \flexa \auctum \descendens g \]}
1577
1578 @item
1579 m
1580 @tab
1581 Clivis Aucta@*
1582 Ascendens
1583 @tab
1584 @code{\[ b \flexa \auctum \ascendens g \]}
1585
1586 @item
1587 n
1588 @tab
1589 Cephalicus
1590 @tab
1591 @code{\[ b \flexa \deminutum g \]}
1592
1593 @item
1594 o
1595 @tab
1596 Podatus vel Pes
1597 @tab
1598 @code{\[ g \pes b \]}
1599
1600 @item
1601 p
1602 @tab
1603 Pes Auctus@*
1604 Descendens
1605 @tab
1606 @code{\[ g \pes \auctum \descendens b \]}
1607
1608 @item
1609 q
1610 @tab
1611 Pes Auctus@*
1612 Ascendens
1613 @tab
1614 @code{\[ g \pes \auctum \ascendens b \]}
1615
1616 @item
1617 r
1618 @tab
1619 Epiphonus
1620 @tab
1621 @code{\[ g \pes \deminutum b \]}
1622
1623 @item
1624 s
1625 @tab
1626 Pes Quassus
1627 @tab
1628 @code{\[ \oriscus g \pes \virga b \]}
1629
1630 @item
1631 t
1632 @tab
1633 Pes Quassus@*
1634 Auctus Descendens @tab
1635 @code{\[ \oriscus g \pes \auctum \descendens b \]}
1636
1637 @item
1638 u
1639 @tab
1640 Quilisma Pes
1641 @tab
1642 @code{\[ \quilisma g \pes b \]}
1643
1644 @item
1645 v
1646 @tab
1647 Quilisma Pes@*
1648 Auctus Descendens
1649 @tab
1650 @code{\[ \quilisma g \pes \auctum \descendens b \]}
1651
1652 @item
1653 w
1654 @tab
1655 Pes Initio Debilis
1656 @tab
1657 @code{\[ \deminutum g \pes b \]}
1658
1659 @item
1660 x
1661 @tab
1662 Pes Auctus Descendens@*
1663 Initio Debilis
1664 @tab
1665 @code{\[ \deminutum g \pes \auctum \descendens b \]}
1666
1667 @item
1668 y
1669 @tab
1670 Torculus
1671 @tab
1672 @code{\[ a \pes b \flexa g \]}
1673
1674 @item
1675 z
1676 @tab
1677 Torculus Auctus@*
1678 Descendens
1679 @tab
1680 @code{\[ a \pes b \flexa \auctum \descendens g \]}
1681
1682 @item
1683 A
1684 @tab
1685 Torculus Deminutus
1686 @tab
1687 @code{\[ a \pes b \flexa \deminutum g \]}
1688
1689 @item
1690 B
1691 @tab
1692 Torculus Initio Debilis
1693 @tab
1694 @code{\[ \deminutum a \pes b \flexa g \]}
1695
1696 @item
1697 C
1698 @tab
1699 Torculus Auctus@*
1700 Descendens Initio Debilis
1701 @tab
1702 @code{\[ \deminutum a \pes b \flexa \auctum \descendens g \]}
1703
1704 @item
1705 D
1706 @tab
1707 Torculus Deminutus@*
1708 Initio Debilis
1709 @tab
1710 @code{\[ \deminutum a \pes b \flexa \deminutum g \]}
1711
1712 @item
1713 E
1714 @tab
1715 Porrectus
1716 @tab
1717 @code{\[ a \flexa g \pes b \]}
1718
1719 @item
1720 F
1721 @tab
1722 Porrectus Auctus@*
1723 Descendens
1724 @tab
1725 @code{\[ a \flexa g \pes \auctum \descendens b \]}
1726
1727 @item
1728 G
1729 @tab
1730 Porrectus Deminutus
1731 @tab
1732 @code{\[ a \flexa g \pes \deminutum b \]}
1733
1734 @item
1735 H
1736 @tab
1737 Climacus
1738 @tab
1739 @code{\[ \virga b \inclinatum a \inclinatum g \]}
1740
1741 @item
1742 I
1743 @tab
1744 Climacus Auctus
1745 @tab
1746 @code{\[ \virga b \inclinatum a \inclinatum \auctum g \]}
1747
1748 @item
1749 J
1750 @tab
1751 Climacus Deminutus
1752 @tab
1753 @code{\[ \virga b \inclinatum a \inclinatum \deminutum g \]}
1754
1755 @item
1756 K
1757 @tab
1758 Scandicus
1759 @tab
1760 @code{\[ g \pes a \virga b \]}
1761
1762 @item
1763 L
1764 @tab
1765 Scandicus Auctus@*
1766 Descendens
1767 @tab
1768 @code{\[ g \pes a \pes \auctum \descendens b \]}
1769
1770 @item
1771 M
1772 @tab
1773 Scandicus Deminutus
1774 @tab
1775 @code{\[ g \pes a \pes \deminutum b \]}
1776
1777 @item
1778 N
1779 @tab
1780 Salicus
1781 @tab
1782 @code{\[ g \oriscus a \pes \virga b \]}
1783
1784 @item
1785 O
1786 @tab
1787 Salicus Auctus Descendens
1788 @tab
1789 @code{\[ g \oriscus a \pes \auctum \descendens b \]}
1790
1791 @item
1792 P
1793 @tab
1794 Trigonus
1795 @tab
1796 @code{\[ \stropha b \stropha b \stropha a \]}
1797 @end multitable
1798
1799 Die Ligaturen dieser Liste dienen als begrenzter, aber doch
1800 repräsentativer Vorrat an Ligaturbeispielen des Gregorianischen
1801 Chorals. Innerhalb der Ligaturbegrenzungen  @code{\[} und
1802 @code{\]}  kann jedoch problemlos jede nur mögliche Anzahl an
1803 Noten gesetzt werden, und Präfixe wie
1804 @code{\pes}, @code{\flexa}, @code{\virga}, @code{\inclinatum},
1805 usw können nach Belieben gemischt werden. Die Regeln,
1806 die der Konstruktion der Ligaturen in den Tabellen zugrunde liegen,
1807 werden entsprechend angepasst. Auf diese Weise können unendlich
1808 viele Ligaturen gesetzt werden.
1809
1810 Augmentum-Punkte, auch @emph{morae} genannt, werden mit dem
1811 Befehl @code{\augmentum} hinzugefügt. @code{\augmentum} ist allerdings
1812 als eigene musikalische Funktion gebaut und nicht als ein Notenpräfix.
1813 Insofern hat der Befehl in diesem Kontext:
1814 @code{\augmentum \virga c} keine sichtbaren Auswirkungen. Erst mit
1815 @code{\virga \augmentum c} oder @code{\augmentum @{\virga c@}}
1816 funktionieren beide Befehle. Es ist auch möglich, mit
1817 @code{\augmentum @{a g@}} die Schreibweise
1818 @code{\augmentum a \augmentum g} abzukürzen.
1819
1820 @lilypond[quote,ragged-right,verbatim]
1821 \include "gregorian-init.ly"
1822 \score {
1823   \new VaticanaVoice {
1824     \[ \augmentum a \flexa \augmentum g \]
1825     \augmentum g
1826   }
1827 }
1828 @end lilypond
1829
1830 @predefined
1831
1832 Folgende Notenpräfixe sind unterstützt:
1833
1834 @funindex \virga
1835 @code{\virga},
1836 @funindex \stropha
1837 @code{\stropha},
1838 @funindex \inclinatum
1839 @code{\inclinatum},
1840 @funindex \auctum
1841 @code{\auctum},
1842 @funindex \descendens
1843 @code{\descendens},
1844 @funindex \ascendens
1845 @code{\ascendens},
1846 @funindex \oriscus
1847 @code{\oriscus},
1848 @funindex \quilisma
1849 @code{\quilisma},
1850 @funindex \deminutum
1851 @code{\deminutum},
1852 @funindex \cavum
1853 @code{\cavum},
1854 @funindex \linea
1855 @code{\linea}.
1856
1857 Präfixe können kombiniert werden, wenn es hier auch Begrenzungen
1858 gibt. Zum Beispiel können die Präfixe @code{\descendens} oder
1859 @code{\ascendens} vor einer Note geschrieben werden, aber nicht
1860 beide für die selbe Note
1861 .
1862 @funindex \pes
1863 @funindex \flexa
1864 Zwei benachbarte Noten können mit den @code{\pes} und
1865 @code{\flexa}-Infixen verbunden werden, um eine steigende bwz.
1866 fallende Melodielinie zu notieren.
1867
1868 @funindex \augmentum
1869 Die musikalische Funktion @code{\augmentum} muss benutzt werden, um
1870 augmentum-Punkte hinzuzufügen.
1871
1872 @knownissues
1873
1874 Wenn ein @code{\augmentum}-Punkt am Ende des letzten Systems innerhalb
1875 einer Ligatur gesetzt wird, ist er vertikal etwas falsch positioniert. Als
1876 Abhilfe kann eine unsichtbare Note (z. B. @code{s8}) als letzte Note im
1877 System eingegeben werden.
1878
1879 @code{\augmentum} sollte als Präfix implementiert sein, nicht als eigene
1880 musikalische Funktion, so dass @code{\augmentum} mit den anderen
1881 Präfixen in arbiträrer Reihenfolge notiert werden kann.
1882
1883
1884 @node Pre-defined contexts
1885 @subsection Pre-defined contexts
1886
1887 UNTRANSLATED NODE: IGNORE ME
1888
1889 @menu
1890 * Gregorian chant contexts::
1891 * Mensural contexts::
1892 @end menu
1893
1894
1895 @node Gregorian chant contexts
1896 @subsubsection Gregorian chant contexts
1897
1898 @cindex VaticanaVoiceContext
1899 @cindex VaticanaStaffContext
1900
1901 Die vordefinierten Kontexte @code{VaticanaVoiceContext} (für eine
1902 gregorianische Stimme) und @code{VaticanaStaffContext} (für ein
1903 gregorianisches Notensystem) können eingesetzt werden, um
1904 Gregorianischen Choral im Stil der Editio Vaticana zu setzen. Diese
1905 Kontexte initialisieren alle relevanten Eigenschaften für das Notensystem
1906 und die graphischen Objekte, so dass unmittelbar mit der Notation
1907 begonnen werden kann. Siehe das folgende Beispiel:
1908
1909 @lilypond[quote,ragged-right,packed,verbatim]
1910 \include "gregorian-init.ly"
1911 \score {
1912   <<
1913     \new VaticanaVoice = "cantus" {
1914       \[ c'\melisma c' \flexa a \]
1915       \[ a \flexa \deminutum g\melismaEnd \]
1916       f \divisioMinima
1917       \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
1918       c' \divisioMinima \break
1919       \[ c'\melisma c' \flexa a \]
1920       \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
1921     }
1922     \new Lyrics \lyricsto "cantus" {
1923       San- ctus, San- ctus, San- ctus
1924     }
1925   >>
1926 }
1927 @end lilypond
1928
1929
1930 @node Mensural contexts
1931 @subsubsection Mensural contexts
1932
1933 @cindex MensuralVoiceContext
1934 @cindex MensuralStaffContext
1935
1936 Die vordefinierten Kontexte @code{MensuralVoiceContext} und
1937 @code{MensuralStaffContext} können eingesetzt werden, um
1938 ein Stück in Mensuralnotations zu schreiben. Die Kontexte
1939 initialisieren alle relevanten Eigenschaften der Kontexte und
1940 graphischen Objekte, so dass unmittelbar mit der Notation begonnen
1941 werden kann. Siehe das folgende Beispiel:
1942
1943 @lilypond[quote,ragged-right,verbatim]
1944 \score {
1945   <<
1946     \new MensuralVoice = "discantus" \transpose c c' {
1947       \override Score.BarNumber #'transparent = ##t {
1948         c'1\melisma bes a g\melismaEnd
1949         f\breve
1950         \[ f1\melisma a c'\breve d'\melismaEnd \]
1951         c'\longa
1952         c'\breve\melisma a1 g1\melismaEnd
1953         fis\longa^\signumcongruentiae
1954       }
1955     }
1956     \new Lyrics \lyricsto "discantus" {
1957       San -- ctus, San -- ctus, San -- ctus
1958     }
1959   >>
1960 }
1961 @end lilypond
1962
1963
1964 @node Transcribing ancient music
1965 @subsection Transcribing ancient music
1966
1967 UNTRANSLATED NODE: IGNORE ME
1968
1969 @menu
1970 * Ancient and modern from one source::
1971 * Incipits::
1972 * Mensurstriche layout::
1973 * Transcribing Gregorian chant::
1974 @end menu
1975
1976
1977 @node Ancient and modern from one source
1978 @subsubsection Ancient and modern from one source
1979
1980 UNTRANSLATED NODE: IGNORE ME
1981
1982
1983 @node Incipits
1984 @subsubsection Incipits
1985
1986 UNTRANSLATED NODE: IGNORE ME
1987
1988
1989 @node Mensurstriche layout
1990 @subsubsection Mensurstriche layout
1991
1992 UNTRANSLATED NODE: IGNORE ME
1993
1994
1995 @node Transcribing Gregorian chant
1996 @subsubsection Transcribing Gregorian chant
1997
1998 UNTRANSLATED NODE: IGNORE ME
1999
2000
2001 @node Editorial markings
2002 @subsection Editorial markings
2003
2004 UNTRANSLATED NODE: IGNORE ME
2005
2006 @menu
2007 * Annotational accidentals::
2008 * Baroque rhythmic notation::
2009 @end menu
2010
2011
2012 @node Annotational accidentals
2013 @subsubsection Annotational accidentals
2014
2015 In der europäischen Musik vor 1600 wurden vom Sänger oftmals
2016 chromatische Alterationen erwartet, die nicht notiert wurden.
2017 Diese Praxis wird @qq{Musica Ficta} genannt. In modernen
2018 Transkripition werden die Versetzungszeichen üblicherweise
2019 oberhalb der Noten gesetzt.
2020
2021 @cindex Versetzungszeichen, musica ficta
2022 @cindex Musica ficta
2023
2024 Unterstützung für solche empfohlenen Versetzungszeichen ist
2025 implementiert und kann aktiviert werden, indem die
2026 Eigenschaft @code{suggestAccidentals} auf wahr gesetzt wird.
2027 Siehe auch das Beispiel.
2028
2029 @funindex suggestAccidentals
2030
2031 @lilypond[verbatim,fragment,relative=1]
2032 fis gis
2033 \set suggestAccidentals = ##t
2034 ais bis
2035 @end lilypond
2036
2037 @seealso
2038
2039 Programmreferenz: @rinternals{Accidental_engraver}-Setzer und das
2040 @rinternals{AccidentalSuggestion}-Objekt.
2041
2042
2043 @node Baroque rhythmic notation
2044 @subsubsection Baroque rhythmic notation
2045
2046 UNTRANSLATED NODE: IGNORE ME
2047