]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/pitches.itely
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / de / notation / pitches.itely
index 11d3ddda2d5c223929e335750485884ed69872d9..195ade0c15a1cd910dffb2ab5c4245642305233c 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 @ignore
-    Translation of GIT committish: 42ae342ba877dc8f26cabb5cc3937a6d3cdb4066
+    Translation of GIT committish: e5a609e373eae846857f9a6d70a402a3d42b7d94
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.13.36"
+@c \version "2.19.21"
 
 @c Translators: Till Paala
 
@@ -166,7 +166,7 @@ Oktave von C zu nehmen.
 So funktioniert der relative Modus:
 
 @lilypond[verbatim,quote]
-\relative {
+\relative {
   \clef bass
   c d e f
   g a b c
@@ -178,8 +178,8 @@ Oktavversetzungen müssen für alle Intervalle angezeigt werden,
 die größer als eine Quarte sind.
 
 @lilypond[verbatim,quote]
-\relative c'' {
-  c g c f,
+\relative {
+  c'' g c f,
   c' a, e'' c
 }
 @end lilypond
@@ -188,7 +188,7 @@ Eine Sequenz ohne ein einziges Oktavänderungszeichen kann
 aber trotzdem weite Intervalle umfassen:
 
 @lilypond[verbatim,quote]
-\relative {
+\relative {
   c f b e
   a d g c
 }
@@ -198,10 +198,10 @@ Wenn @code{\relative}-Umgebungen geschachtelt werden, gilt
 der innerste @code{\relative}-Abschnitt.
 
 @lilypond[verbatim,quote]
-\relative c' {
-  c d e f
-  \relative c'' {
-    c d e f
+\relative {
+  c' d e f
+  \relative {
+    c'' d e f
   }
 }
 @end lilypond
@@ -224,12 +224,12 @@ Tonhöhen innerhalb eines @code{\transpose}-Abschnitts sind absolut,
 es sei denn ein @code{\relativ} wird eingefügt.
 
 @lilypond[verbatim,quote]
-\relative c' {
-  d e
+\relative {
+  d' e
   \transpose f g {
     d e
-    \relative c' {
-      d e
+    \relative {
+      d' e
     }
   }
 }
@@ -246,8 +246,8 @@ relativ zur vorherigen.  Betrachten Sie das folgende Beispiel
 aufmerksam, insbesondere die @code{c}-Noten.
 
 @lilypond[verbatim,quote]
-\relative c' {
-  c
+\relative {
+  c'
   <c e g>
   <c' e g'>
   <c, e, g''>
@@ -264,14 +264,17 @@ Quinte, unabhängig von der Anzahl an Halbtönen, die jedes
 Intervall enthält.
 
 @lilypond[verbatim,quote]
-\relative c'' {
-  c2 fis
+\relative {
+  c''2 fis
   c2 ges
   b2 eisis
   b2 feses
 }
 @end lilypond
 
+Eine Konsequenz dieser Regeln ist, dass die erste Note innerhalb von
+@code{@w{\relative f}} auf die selbe Art interpretiert wird als wenn
+sie im absoluten Tonhöhenmodus geschrieben worden wäre.
 
 @seealso
 Musikgossar:
@@ -414,18 +417,17 @@ Versetzungzeichen von übergebundenen Noten werden nur
 dann gesetzt, wenn ein neues System begonnen wird:
 
 @lilypond[verbatim,quote,relative=2]
-cis1~ cis~
+cis1~ 1~
 \break
 cis
 @end lilypond
 
-
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {preventing-extra-naturals-from-being-automatically-added.ly}
 
 @seealso
@@ -481,8 +483,8 @@ von italienischen Notenbezeichnungen:
 @lilypond[quote,verbatim]
 \language "italiano"
 
-\relative do' {
-  do re mi sib
+\relative {
+  do' re mi sib
 }
 @end lilypond
 
@@ -628,6 +630,9 @@ Dieser Abschnitt zeigt, wie man Tonhöhen beeinflusst.
 @menu
 * Oktavenüberprüfung::
 * Transposition::
+* Umkehrung::
+* Krebs::
+* Modale Transformierungen::
 @end menu
 
 @node Oktavenüberprüfung
@@ -658,8 +663,8 @@ ein @code{d''} anstelle von @code{d'} notiert ist,
 wie es die Oktavierungskorrektur markiert.
 
 @lilypond[verbatim,quote]
-\relative c'' {
-  c2 d='4 d
+\relative {
+  c''2 d='4 d
   e2 f
 }
 @end lilypond
@@ -676,8 +681,8 @@ gemeldet, aber die vorigen Note wird nicht verändert.
 Folgende Noten sind dann relativ zur @var{Kontrolltonhöhe}.
 
 @lilypond[verbatim,quote]
-\relative c'' {
-  c2 d
+\relative {
+  c''2 d
   \octaveCheck c'
   e2 f
 }
@@ -688,8 +693,8 @@ erste und dritte @code{\octaveCheck}-Überprüfung gibt
 einen Fehler aus, die zweite dagegen ist erfolgreich:
 
 @lilypond[verbatim,quote]
-\relative c'' {
-  c4 f g f
+\relative {
+  c''4 f g f
 
   c4
   \octaveCheck c'
@@ -745,9 +750,9 @@ werden auch die Vorzeichen entsprechend angepasst:
 
 @lilypond[verbatim,quote]
 \transpose d e {
-  \relative c' {
+  \relative {
     \key d \major
-    d4 fis a d
+    d'4 fis a d
   }
 }
 @end lilypond
@@ -763,9 +768,9 @@ werden:
 
 @lilypond[verbatim,quote]
 \transpose a c' {
-  \relative c' {
+  \relative {
     \key c \major
-    c4 d e g
+    c'4 d e g
   }
 }
 @end lilypond
@@ -782,7 +787,7 @@ die Musik einen Halbton nach oben.  Aber die erste Version gibt als
 Versetzungszeichen Kreuze aus, die zweite dagegen B-Versetzungszeichen.
 
 @lilypond[verbatim,quote]
-music = \relative c' { c d e f }
+music = \relative { c' d e f }
 \new Staff {
   \transpose c cis { \music }
   \transpose c des { \music }
@@ -820,13 +825,16 @@ siehe auch @ref{Transposition von Instrumenten}.
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {transposing-pitches-with-minimum-accidentals-smart-transpose.ly}
 
 @seealso
 Notationsreferenz:
 @ref{Relative Oktavenbezeichnung},
 @ref{Transposition von Instrumenten}.
+@ref{Umkehrung}
+@ref{Krebs}
+@ref{Modale Transformierungen}.
 
 Schnipsel:
 @rlsr{Pitches}.
@@ -849,6 +857,234 @@ Um auch im relativen Modus transponieren
 zu können, muss ein @code{\relative} innerhalb des
 @code{\tranpose} zusätzlich gesetzt werden.
 
+Dreifache Versetzungszeichen werden nicht ausgegeben, wenn
+@code{\transpose} benutzt wird.  Eine enharmonisch
+entsprechende Tonhöhe wird anstatt dessen gesetzt (z. B.
+Des anstelle von e-dreifach-b).
+
+
+@node Umkehrung
+@unnumberedsubsubsec Umkehrung
+@translationof Inversion
+
+@cindex Umkehrung
+@cindex Melodietransformation, Umkehrung
+
+@funindex \inversion
+@funindex inversion
+
+Ein musikalischer Ausdruck kann in seine Umkehrung transformiert und
+gleichzeitig transponiert werden:
+
+@example
+\inversion @var{umTonhöhe} @var{nachTonhöhe} @var{mus. Ausdruck}
+@end example
+
+Der @code{@var{mus. Ausdruck}} wird Intervall für Intervall um
+@code{v@var{UmTonhöhe}} umgekehrt und dann von @code{v@var{UmTonhöhe}}
+nach @code{@var{nachTonhöhe}} transponiert.
+
+@lilypond[verbatim,quote]
+music = \relative { c' d e f }
+\new Staff {
+  \music
+  \inversion d' d' \music
+  \inversion d' ees' \music
+}
+@end lilypond
+
+@warning{Motive, die umgekehrt werden, sollen in absoluten Tonhöhen
+notiert werden oder zuerst in absolute Tonhöhen umgewandelt werden,
+indem sie in eine @code{\relative}-Umgebung eingeschlossen werden.}
+
+@seealso
+Notationsreferenz:
+@ref{Modale Transformierungen},
+@ref{Krebs},
+@ref{Transposition}.
+
+
+@node Krebs
+@unnumberedsubsubsec Krebs
+@translationof Retrograde
+
+@cindex Krebs
+@cindex Melodietransformation, Krebs
+
+@funindex \retrograde
+@funindex retrograde
+
+Ein musikalischer Ausdruck kann umgekehrt werden, um im Krebsgang dargestellt
+zu werden:
+
+@lilypond[verbatim,quote]
+music = \relative { c'8. ees16( fis8. a16 b8.) gis16 f8. d16 }
+
+\new Staff {
+  \music
+  \retrograde \music
+}
+@end lilypond
+
+@knownissues
+Manuell gesetzte Bindebögen innerhalb des Krebsgangs @code{\retrograde} werden
+aufgebrochen und erzeugen Warnungen.  Einige Bindebögen können automatisch
+ersetllt werden, indem man @ref{Automatic note splitting} aktiviert.
+
+@seealso
+Notationsreferenz:
+@ref{Modale Transformierungen},
+@ref{Umkehrung},
+@ref{Transposition}.
+
+
+
+@node Modale Transformierungen
+@unnumberedsubsubsec Modale Transformierungen
+@translationof Modal transformations
+
+@cindex modale Transformationen
+@cindex Transformationen, modal
+@cindex Melodietransformationen, modal
+
+In einer Komposition, die auf einer Skala basiert, wird ein Motiv oft in
+unterschiedlicher Weise transformiert.  Es kann transponiert werden, um
+von einer anderen Tonhöhe in der Skala zu beginnen, oder beginnend von einer
+bestimmten Tonhöhe der Skala umgekehrt werden.  Es kann auch im Krebsgang,
+also rückwärts erscheinen, siehe @ref{Krebs}.
+
+@warning{Alle Noten, die nicht zu der vorgegebenen Skala gehören, werden
+nicht transformiert.}
+
+@subsubheading Modale Transposition
+
+@cindex modale Transposition
+@cindex Transposition, modal
+@cindex Melodietransposition, modal
+
+@funindex \modalTranspose
+@funindex modalTranspose
+
+Ein Motiv kann innerhalb einer Skala transponiert werden:
+
+@example
+\modalTranspose @var{vonTonhöhe} @var{nachTonhöhe} @var{Skala} @var{mus. Ausdruck}
+@end example
+
+Die Noten von @code{@var{mus. Ausdruck}} werden innerhalb von @code{@var{Skala}}
+um die Anzahl von Skalenstufen transponiert, die dem Intervall zwischen
+@code{@var{vonTonhöhe}} und @code{@var{nachTonhöhe}} entspricht.
+
+@lilypond[verbatim,quote]
+diatonicScale = \relative { c' d e f g a b }
+motif = \relative { c'8 d e f g a b c }
+
+\new Staff {
+  \motif
+  \modalTranspose c f \diatonicScale \motif
+  \modalTranspose c b, \diatonicScale \motif
+}
+@end lilypond
+
+Eine absteigende Skala beliebiger Länge und mit beliebigen Intervallen kann
+definiert werden:
+
+@lilypond[verbatim,quote]
+pentatonicScale = \relative { ges aes bes des ees }
+motif = \relative { ees'8 des ges,4 <ges' bes,> <ges bes,> }
+
+\new Staff {
+  \motif
+  \modalTranspose ges ees' \pentatonicScale \motif
+}
+@end lilypond
+
+Wenn @code{\modalTranspose} mit einer chromatischen Skala benutzt wird,
+entspricht es der Funktion von @code{\transpose} mit dem Unterschied,
+dass die Bezeichnungen der eingesetzten Noten definiert werden können:
+
+@lilypond[verbatim,quote]
+chromaticScale = \relative { c' cis d dis e f fis g gis a ais b }
+motif = \relative { c'8 d e f g a b c }
+
+\new Staff {
+  \motif
+  \transpose c f \motif
+  \modalTranspose c f \chromaticScale \motif
+}
+@end lilypond
+
+
+@subsubheading Modale Umkehrung
+
+@cindex modale Umkehrung
+@cindex Umkehrung, modal
+@cindex Melodieumkehrung, modal
+
+@funindex \modalInversion
+@funindex modalInversion
+
+Ein musikalischer Ausdruck kann innerhalb einer definierten Skala um
+eine Referenznote umgekehrt werden und transponiert werden:
+
+@example
+\modalInversion @var{Umkehrungstonhöhe} @var{nachTonhöhe} @var{Skala} @var{mus. Ausdruck}
+@end example
+
+Die Noten von @code{@var{mus. Ausdruck}} werden mit den gleichen Intervallabständen
+voneinander gesetzt, ausgehend von @code{@var{Umkehrungstonhöhe}}, allerdings
+in die entgegengesetzte Richtung.  Das Result wird dann innerhalb der
+@code{@var{Skala}} um das Intervall transponiert, das sich aus dem
+Unterschied von @code{@var{Umkehrungstonhöhe}} und @code{@var{nachTonhöhe}}
+ergibt.
+
+Um also einfach eeine Umkehrung ohne zusätzliche Transposition zu machen,
+sollten @code{@var{Umkehrungstonhöhe}} und @code{@var{nachTonhöhe}} gleich
+sein.
+
+@lilypond[verbatim,quote]
+octatonicScale = \relative { ees' f fis gis a b c d }
+motif = \relative { c'8. ees16 fis8. a16 b8. gis16 f8. d16 }
+
+\new Staff {
+  \motif
+  \modalInversion fis' fis' \octatonicScale \motif
+}
+@end lilypond
+
+Um den Drehpunkt der Umkehrung zwischen zwei Noten der Skala zu definieren,
+wird um eine der Noten die Umkehrung vorgenommen und dann eine Skalenstufe
+transponiert.  Die beiden Noten klammern sozusagen den Drehpunkt ein.
+
+@lilypond[verbatim,quote]
+scale = \relative { c' g' }
+motive = \relative { c' c g' c, }
+
+\new Staff {
+  \motive
+  \modalInversion c' g' \scale \motive
+}
+@end lilypond
+
+Die kombinierte Operation von Umkehrung und Krebs erzeugt die
+Krebsumkehrung:
+
+@lilypond[verbatim,quote]
+octatonicScale = \relative { ees' f fis gis a b c d }
+motif = \relative { c'8. ees16 fis8. a16 b8. gis16 f8. d16 }
+
+\new Staff {
+  \motif
+  \retrograde \modalInversion c' c' \octatonicScale \motif
+}
+@end lilypond
+
+@seealso
+Notationsreferenz:
+@ref{Umkehrung},
+@ref{Krebs},
+@ref{Transposition}.
+
 
 @node Tonhöhen anzeigen lassen
 @subsection Tonhöhen anzeigen lassen
@@ -970,20 +1206,23 @@ c2 c
 
 Weitere unterstützte Schlüssel sind beschrieben in @ref{Mensurale Schlüssel},
 @ref{Gregorianische Schlüssel}, @ref{Standardtabulaturen} und
-@ref{Angepasste Tabulaturen}.
+@ref{Angepasste Tabulaturen}.  Zur Benutzung unterschiedlicher Schlüssel
+bei Stichnoten siehe die Funktionen @code{\cueClef} und
+@code{\cueDuringWithClef} in 
+
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {tweaking-clef-properties.ly}
 
-
 @seealso
 Notationsreferenz:
 @ref{Mensurale Schlüssel},
 @ref{Gregorianische Schlüssel}
 @ref{Standardtabulaturen},
-@ref{Angepasste Tabulaturen}.
+@ref{Angepasste Tabulaturen},
+@ref{Stichnoten formatieren}.
 
 Schnipsel:
 @rlsr{Pitches}.
@@ -991,7 +1230,7 @@ Schnipsel:
 Referenz der Interna:
 @rinternals{Clef_engraver},
 @rinternals{Clef},
-@rinternals{OctavateEight},
+@rinternals{ClefModifier},
 @rinternals{clef-interface}.
 
 
@@ -1077,10 +1316,10 @@ fis
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {non-traditional-key-signatures.ly}
 
 
@@ -1138,7 +1377,7 @@ a2 b
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {ottava-text.ly}
 
 
@@ -1175,7 +1414,7 @@ Fall muss die Tonart des transponierenden Instruments
 gekennzeichnet werden, weil sonst die MIDI-Ausgabe
 und Stichnoten in anderen Stimmen falsche Tonhöhen
 produzieren.  Mehr Information zu Stichnoten in
-@ref{Stichnoten}.
+@ref{Andere Stimmen zitieren}.
 
 @example
 \transposition @var{Tonhöhe}
@@ -1234,7 +1473,7 @@ zwischen B- und A-Klarinette wechseln.
 \transposition a
 c d e f
 \textLengthOn
-s1*0^\markup { B-Klarinette benutzen }
+<>^\markup { B-Klarinette benutzen }
 R1
 
 \key bes \major
@@ -1249,7 +1488,7 @@ Glossar:
 @rglos{transposing instrument}.
 
 Notationsreferenz:
-@ref{Stichnoten},
+@ref{Andere Stimmen zitieren},
 @ref{Transposition}.
 
 Schnipsel:
@@ -1267,7 +1506,7 @@ Schnipsel:
 @cindex Versetzungszeichen, automatisch
 @cindex Standard-Versetzungszeichenstil
 
-@funindex set-accidental-style
+@funindex \accidentalStyle
 @funindex voice
 @funindex default
 
@@ -1278,7 +1517,7 @@ soll.  Diese Funktion kann man wie folgt benutzen:
 
 @example
 \new Staff <<
-  #(set-accidental-style 'voice)
+  \accidentalStyle voice
   @{ @dots{} @}
 >>
 @end example
@@ -1293,7 +1532,7 @@ Um etwa den neuen Stil in allen Systemen einer
 Stimmgruppe (@code{StaffGroup}) zu benutzen, müsste der Befehl so aussehen:
 
 @example
-#(set-accidental-style 'voice 'StaffGroup)
+\accidentalStyle StaffGroup.voice
 @end example
 
 Folgende Versetzungszeichenstile sind unterstützt.
@@ -1303,12 +1542,12 @@ benützt:
 @lilypond[verbatim,quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1318,12 +1557,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1336,11 +1575,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'default)
+      \accidentalStyle default
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'default)
+      \accidentalStyle default
       \musicB
     }
   >>
@@ -1355,8 +1594,8 @@ in beiden Systemen benutzt werden soll:
 \new PianoStaff @{
   <<
     \context Staff = "up" @{
-      %%% change the next line as desired:
-      #(set-accidental-style 'default 'Score)
+      %%% nächste Zeile wie gewünscht ändern:
+      \accidentalStyle Score.default
       \musicA
     @}
     \context Staff = "down" @{
@@ -1385,12 +1624,12 @@ Takt oder dem letzen@tie{}@code{c} gesetzt:
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1400,12 +1639,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1418,11 +1657,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'default)
+      \accidentalStyle default
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'default)
+      \accidentalStyle default
       \musicB
     }
   >>
@@ -1462,12 +1701,12 @@ besser.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1477,12 +1716,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1495,11 +1734,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'voice)
+      \accidentalStyle voice
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'voice)
+      \accidentalStyle voice
       \musicB
     }
   >>
@@ -1514,9 +1753,12 @@ musicB = {
 @funindex modern
 
 Dieser Stil orientiert sich an den üblichen Regeln für
-das 20. Jahrhundert.  Die gleichen Versetzungszeichen
+das 20. Jahrhundert.  Hierbei werden einige zusätzliche
+Auflösungszeichen ausgelassen, die traditionell für
+ein Kreuz nach einem Doppelkreuz und ein b nach einem
+Doppel-b gesetzt werden.  Die gleichen Versetzungszeichen
 wie im Standardstil werden gesetzt, allerdings mit zwei
-Ausnahmen, die Uneindeutigkeiten verhindern sollen: nach
+Zusätzen, die Uneindeutigkeiten verhindern sollen: nach
 vorübergehenden Versetzungszeichen werden Auflösungszeichen
 auch im folgenden Takt gesetzt (für Noten innerhalb der
 selben Oktave) und im gleichen Takt für Noten in
@@ -1526,12 +1768,12 @@ vor dem H und dem C im zweiten Takt des oberen Systems:
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1541,12 +1783,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1559,11 +1801,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'modern)
+      \accidentalStyle modern
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'modern)
+      \accidentalStyle modern
       \musicB
     }
   >>
@@ -1588,12 +1830,12 @@ von @code{AccidentalSuggestion} definiert.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1603,12 +1845,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1621,11 +1863,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'modern-cautionary)
+      \accidentalStyle modern-cautionary
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'modern-cautionary)
+      \accidentalStyle modern-cautionary
       \musicB
     }
   >>
@@ -1655,12 +1897,12 @@ vorigen Takt:
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1670,12 +1912,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1688,11 +1930,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'modern-voice)
+      \accidentalStyle modern-voice
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'modern-voice)
+      \accidentalStyle modern-voice
       \musicB
     }
   >>
@@ -1716,12 +1958,12 @@ auch mit diesem Stil gesetzt werden, sind manche Warnungsversetzungszeichen.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1731,12 +1973,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1749,11 +1991,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'modern-voice-cautionary)
+      \accidentalStyle modern-voice-cautionary
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'modern-voice-cautionary)
+      \accidentalStyle modern-voice-cautionary
       \musicB
     }
   >>
@@ -1780,12 +2022,12 @@ Akkolade (@code{GrandStaff} oder @code{PianoStaff}) aus.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1795,12 +2037,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1813,7 +2055,7 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'piano)
+      \accidentalStyle piano
       \musicA
     }
     \context Staff = "down" {
@@ -1838,12 +2080,12 @@ Versetzungszeichen werden als Warnungen ausgegeben:
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1853,12 +2095,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1871,7 +2113,7 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'piano-cautionary)
+      \accidentalStyle piano-cautionary
       \musicA
     }
     \context Staff = "down" {
@@ -1897,12 +2139,12 @@ Takt auftritt -- außer die Note wird unmittelbar wiederholt.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1912,12 +2154,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1930,11 +2172,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'neo-modern)
+      \accidentalStyle neo-modern
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'neo-modern)
+      \accidentalStyle neo-modern
       \musicB
     }
   >>
@@ -1955,12 +2197,12 @@ Versetzungszeichen werden als Warnungen gesetzt.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -1970,12 +2212,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -1988,11 +2230,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'neo-modern-cautionary)
+      \accidentalStyle neo-modern-cautionary
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'neo-modern-cautionary)
+      \accidentalStyle neo-modern-cautionary
       \musicB
     }
   >>
@@ -2017,12 +2259,12 @@ Notensystems mit Auflösungszeichen versehen.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -2032,12 +2274,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -2050,11 +2292,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'neo-modern-voice)
+      \accidentalStyle neo-modern-voice
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'neo-modern-voice)
+      \accidentalStyle neo-modern-voice
       \musicB
     }
   >>
@@ -2075,12 +2317,12 @@ gesetzt.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -2090,12 +2332,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -2108,11 +2350,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'neo-modern-voice-cautionary)
+      \accidentalStyle neo-modern-voice-cautionary
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'neo-modern-voice-cautionary)
+      \accidentalStyle neo-modern-voice-cautionary
       \musicB
     }
   >>
@@ -2135,12 +2377,12 @@ auch Auflösungszeichen zählen.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -2150,12 +2392,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -2168,11 +2410,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'dodecaphonic)
+      \accidentalStyle dodecaphonic
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'dodecaphonic)
+      \accidentalStyle dodecaphonic
       \musicB
     }
   >>
@@ -2196,12 +2438,12 @@ gesetzt.  Eine Ausnahme sind direkt wiederholte Noten.
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -2211,12 +2453,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -2230,12 +2472,12 @@ musicB = {
   <<
     \context Staff = "up" {
       \key fis \minor
-      #(set-accidental-style 'teaching)
+      \accidentalStyle teaching
       \musicA
     }
     \context Staff = "down" {
       \key fis \minor
-      #(set-accidental-style 'teaching)
+      \accidentalStyle teaching
       \musicB
     }
   >>
@@ -2257,12 +2499,12 @@ dauern für @qq{immer} an, nicht nur im aktuellen Takt:
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -2272,12 +2514,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -2290,11 +2532,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'no-reset)
+      \accidentalStyle no-reset
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'no-reset)
+      \accidentalStyle no-reset
       \musicB
     }
   >>
@@ -2312,18 +2554,17 @@ musicB = {
 Das ist das Gegenteil von @code{no-reset}: Versetzungszeichen
 werden überhaupt nicht erinnert und folgerichtig werden alle
 Versetzungszeichen entsprechend der Tonart gesetzt, unabhängig
-vom Kontext der Noten.  Anders als @code{dodecaphonic} werden nie
-Auflösungszeichen gesetzt:
+vom Kontext der Noten.
 
 @lilypond[quote]
 musicA = {
   <<
-    \relative c' {
-      cis'8 fis, d'4 <a cis>8 f bis4 |
+    \relative {
+      cis''8 fis, bes'4 <a cis>8 f bis4 |
       cis2. <c, g'>4 |
     }
     \\
-    \relative c' {
+    \relative {
       ais'2 cis, |
       fis8 b a4 cis2 |
     }
@@ -2333,12 +2574,12 @@ musicA = {
 musicB = {
   \clef bass
   \new Voice {
-    \voiceTwo \relative c' {
-      <fis, a cis>8 <fis a cis>
+    \voiceTwo \relative {
+      <fis a cis>8[ <fis a cis>
       \change Staff = up
       cis' cis
       \change Staff = down
-      <fis, a> <fis a>
+      <fis, a> <fis a>]
       \showStaffSwitch
       \change Staff = up
       dis'4 |
@@ -2351,11 +2592,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'forget)
+      \accidentalStyle forget
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'forget)
+      \accidentalStyle forget
       \musicB
     }
   >>
@@ -2363,12 +2604,6 @@ musicB = {
 @end lilypond
 @end table
 
-@snippets
-
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-{dodecaphonic-style-accidentals-for-each-note-including-naturals.ly}
-
-
 @seealso
 Schnipsel:
 @rlsr{Pitches}.
@@ -2407,7 +2642,7 @@ Klammer kein Auflösungszeichen:
 
 @lilypond[quote]
 {
-  #(set-accidental-style 'modern)
+  \accidentalStyle modern
   \time 2/4
   \repeat volta 2 {
     c'2
@@ -2424,12 +2659,12 @@ die den Versetzungszeichenstil kurzzeitig auf @code{forget} umschaltet:
 
 @lilypond[verbatim,quote]
 forget = #(define-music-function (parser location music) (ly:music?) #{
-  #(set-accidental-style 'forget)
-  $music
-  #(set-accidental-style 'modern)
+  \accidentalStyle forget
+  #music
+  \accidentalStyle modern
 #})
 {
-  #(set-accidental-style 'modern)
+  \accidentalStyle modern
   \time 2/4
   \repeat volta 2 {
     c'2
@@ -2469,8 +2704,8 @@ Tonart definiert werden.
   }
 }
 
-\relative c'' {
-  aes c e2
+\relative {
+  aes' c e2
   cis,1
 }
 @end lilypond
@@ -2478,13 +2713,13 @@ Tonart definiert werden.
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {adding-ambitus-per-voice.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {ambitus-with-multiple-voices.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {changing-the-ambitus-gap.ly}
 
 
@@ -2548,13 +2783,13 @@ Notenköpfe können verändert werden:
 
 @lilypond[verbatim,quote,relative=2]
 c4 b
-\override NoteHead #'style = #'cross
+\override NoteHead.style = #'cross
 c4 b
-\revert NoteHead #'style
+\revert NoteHead.style
 a b
-\override NoteHead #'style = #'harmonic
+\override NoteHead.style = #'harmonic
 a b
-\revert NoteHead #'style
+\revert NoteHead.style
 c4 d e f
 @end lilypond
 
@@ -2667,7 +2902,7 @@ sich in @ref{Die Notensystemgröße einstellen}.
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {numbers-as-easy-note-heads.ly}
 
 @seealso
@@ -2784,7 +3019,7 @@ a2 b c d \break
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {applying-note-head-styles-depending-on-the-step-of-the-scale.ly}
 
 
@@ -2831,8 +3066,8 @@ benutzt werden:
   e8 e g a a16( bes) a8 g
   \improvisationOn
   e8 ~
-  e2 ~ e8 f4 f8 ~
-  f2
+  2 ~ 8 f4 f8 ~
+  2
   \improvisationOff
   a16( bes) a8 g e
 }