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