]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/pitches.itely
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / de / notation / pitches.itely
index cd2418b59fd36cc4be6565ed9aa2e06fdd670c71..77589db61d8495f43d2e31dc89331dffd9a5818e 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.22"
 
 @c Translators: Till Paala
 
@@ -63,7 +63,7 @@ für die Note @qq{H} steht.  Die Benutzung deutscher
 Notenbezeichnungen mit der Unterscheidung von b und h ist
 auch möglich, siehe @ref{Notenbezeichnungen in anderen Sprachen}.
 Die Notenbezeichnungen @code{c} bis @code{b}
-werden in der Oktave unter dem zweigestrichenen C
+werden in der Oktave unter dem eingestrichenen C
 gesetzt.
 
 @c don't use c' here.
@@ -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:
@@ -323,7 +326,7 @@ Tonhöhe dann im Notenbild dargestellt wird. Eine
 einfache Tonhöhe wie etwa@tie{}@code{c} bedeutet also
 immer das eingestrichene C ohne Versetzungszeichen, egal
 was für Vorzeichen/Tonart oder Schlüssel gesetzt sind.
-Mehr Information dazu in @rlearning{Versetzungszeichen und Tonartbezeichnung (Vorzeichen)}.}
+Mehr Information dazu in @rlearning{Tonhöhen und Tonartbezeichnungen (Vorzeichen)}.}
 
 @cindex Notenbezeichnungen, Deutsch
 @cindex Notenbezeichnungen, Holländisch
@@ -346,8 +349,8 @@ Syntax leitet sich von den holländischen Notenbezeichnungen
 ab. Um andere Bezeichnungen für Versetzungszeichen zu
 benutzen, siehe @ref{Notenbezeichnungen in anderen Sprachen}.
 
-@lilypond[verbatim,quote,relative=2]
-ais1 aes aisis aeses
+@lilypond[verbatim,quote,fragment]
+\relative c'' { ais1 aes aisis aeses }
 @end lilypond
 
 Auch die deutschen Varianten @code{as} für @code{aes} und
@@ -379,8 +382,8 @@ Versetzungszeichen für Vierteltöne werden durch Anhängen der Endungen
 Tonhöhenbuchstaben erstellt. Das Beispiel zeigt eine in Vierteltönen
 aufsteigende Serie vom eingestrichenen C.
 
-@lilypond[verbatim,quote,relative=2]
-ceseh1 ces ceh c cih cis cisih
+@lilypond[verbatim,quote,fragment]
+\relative c'' { ceseh1 ces ceh c cih cis cisih }
 @end lilypond
 
 
@@ -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
@@ -438,7 +440,7 @@ Glossar:
 @rglos{quarter tone}.
 
 Handbuch zum Lernen:
-@rlearning{Versetzungszeichen und Tonartbezeichnung (Vorzeichen)}.
+@rlearning{Tonhöhen und Tonartbezeichnungen (Vorzeichen)}.
 
 Notationsreferenz:
 @ref{Automatische Versetzungszeichen},
@@ -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
 
@@ -560,8 +562,8 @@ Beide Formen werden jedoch akzeptiert.  Genauso gelten auch
 @code{eeses}@tie{}/@tie{}@code{eses}.
 In manchen Sprachen sind nur diese Kurzformen definiert.
 
-@lilypond[verbatim,quote,relative=2]
-a2 as e es a ases e eses
+@lilypond[verbatim,quote,fragment]
+\relative c'' { a2 as e es a ases e eses }
 @end lilypond
 
 
@@ -627,7 +629,10 @@ Dieser Abschnitt zeigt, wie man Tonhöhen beeinflusst.
 
 @menu
 * Oktavenüberprüfung::
-* Transposition::
+* Transponieren::
+* 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'
@@ -709,8 +714,8 @@ Referenz der Interna:
 @rinternals{RelativeOctaveCheck}.
 
 
-@node Transposition
-@unnumberedsubsubsec Transposition
+@node Transponieren
+@unnumberedsubsubsec Transponieren
 @translationof Transpose
 
 @cindex Transposition
@@ -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{Transponieren}.
+
+
+@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{Transponieren}.
+
+
+
+@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{Transponieren}.
+
 
 @node Tonhöhen anzeigen lassen
 @subsection Tonhöhen anzeigen lassen
@@ -898,15 +1134,15 @@ verändern werden kann.
 Der Schlüssel kann verändert werden. Das eingestrichene
 C wird in jedem Beispiel gezeigt:
 
-@lilypond[verbatim,quote,relative=1]
+@lilypond[verbatim,quote,fragment]
 \clef treble
-c2 c
+c'2 c'
 \clef alto
-c2 c
+c'2 c'
 \clef tenor
-c2 c
+c'2 c'
 \clef bass
-c2 c
+c'2 c'
 @end lilypond
 
 Andere Schlüssel sind u. A.:
@@ -953,37 +1189,40 @@ andere Ganzzahlen können verwendet werden, wenn es gewünscht wird.
 Die Schlüsselbezeichnung muss in Anführungszeichen gesetzt werden,
 wenn nicht-alphabetische Zeichen enthält, siehe Beispiel:
 
-@lilypond[verbatim,quote,relative=1]
+@lilypond[verbatim,quote,fragment]
 \clef treble
-c2 c
+c'2 c'
 \clef "treble_8"
-c2 c
+c'2 c'
 \clef "bass^15"
-c2 c
+c'2 c'
 \clef "alto_2"
-c2 c
+c'2 c'
 \clef "G_8"
-c2 c
+c'2 c'
 \clef "F^5"
-c2 c
+c'2 c'
 @end lilypond
 
 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}.
 
 
@@ -1014,7 +1253,7 @@ Tonhöhe dann im Notenbild dargestellt wird. Eine
 einfache Tonhöhe wie etwa@tie{}@code{c} bedeutet also
 immer das eingestrichene C ohne Versetzungszeichen, egal
 was für Vorzeichen/Tonart oder Schlüssel gesetzt sind.
-Mehr Information dazu in @rlearning{Versetzungszeichen und Tonartbezeichnung (Vorzeichen)}.}
+Mehr Information dazu in @rlearning{Tonhöhen und Tonartbezeichnungen (Vorzeichen)}.}
 
 Die Vorzeichen zeigen die Tonart an, in welcher ein Stück notiert ist.
 Es handelt sich um eine Anzahl von Alterationszeichen (Kreuzen oder
@@ -1068,19 +1307,21 @@ Modusbezeichnungen für Kirchentonarten verwendet werden: @code{\ionian}
 @code{\mixolydian} (Mixolydisch), @code{\lydian} (Lydisch),
 @code{\phrygian} (Phrygisch) und @code{\dorian} (Dorisch).
 
-@lilypond[verbatim,quote,relative=2]
-\key g \major
-fis1
-f
-fis
+@lilypond[verbatim,quote,fragment]
+\relative {
+  \key g \major
+  fis''1
+  f
+  fis
+}
 @end lilypond
 
 @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}
 
 
@@ -1090,7 +1331,7 @@ Glossar:
 @rglos{scordatura}.
 
 Handbuch zum Lernen:
-@rlearning{Versetzungszeichen und Tonartbezeichnung (Vorzeichen)}.
+@rlearning{Tonhöhen und Tonartbezeichnungen (Vorzeichen)}.
 
 Schnipsel:
 @rlsr{Pitches}.
@@ -1122,23 +1363,25 @@ Referenz der Interna:
 @notation{Oktavierungsklammern} zeigen eine zusätzliche
 Transposition von einer Oktave an:
 
-@lilypond[verbatim,quote,relative=2]
-a2 b
-\ottava #-2
-a2 b
-\ottava #-1
-a2 b
-\ottava #0
-a2 b
-\ottava #1
-a2 b
-\ottava #2
-a2 b
+@lilypond[verbatim,quote]
+\relative a' {
+  a2 b
+  \ottava #-2
+  a2 b
+  \ottava #-1
+  a2 b
+  \ottava #0
+  a2 b
+  \ottava #1
+  a2 b
+  \ottava #2
+  a2 b
+}
 @end lilypond
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {ottava-text.ly}
 
 
@@ -1175,7 +1418,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}
@@ -1228,18 +1471,20 @@ geändert werden.  Ein Klarinettist zum Beispiel kann
 zwischen B- und A-Klarinette wechseln.
 
 @c KEEP LY
-@lilypond[verbatim,quote,relative=2]
-\set Staff.instrumentName = #"Cl (A)"
-\key a \major
-\transposition a
-c d e f
-\textLengthOn
-s1*0^\markup { B-Klarinette benutzen }
-R1
+@lilypond[verbatim,quote]
+\relative c'' {
+  \set Staff.instrumentName = #"Cl (A)"
+  \key a \major
+  \transposition a
+  c d e f
+  \textLengthOn
+  <>^\markup { B-Klarinette benutzen }
+  R1
 
-\key bes \major
-\transposition bes
-c2 g
+  \key bes \major
+  \transposition bes
+  c2 g
+}
 @end lilypond
 
 
@@ -1249,8 +1494,8 @@ Glossar:
 @rglos{transposing instrument}.
 
 Notationsreferenz:
-@ref{Stichnoten},
-@ref{Transposition}.
+@ref{Andere Stimmen zitieren},
+@ref{Transponieren}.
 
 Schnipsel:
 @rlsr{Pitches}.
@@ -1267,7 +1512,7 @@ Schnipsel:
 @cindex Versetzungszeichen, automatisch
 @cindex Standard-Versetzungszeichenstil
 
-@funindex set-accidental-style
+@funindex \accidentalStyle
 @funindex voice
 @funindex default
 
@@ -1278,7 +1523,7 @@ soll.  Diese Funktion kann man wie folgt benutzen:
 
 @example
 \new Staff <<
-  #(set-accidental-style 'voice)
+  \accidentalStyle voice
   @{ @dots{} @}
 >>
 @end example
@@ -1293,7 +1538,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 +1548,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 +1563,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 +1581,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 +1600,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 +1630,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 +1645,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 +1663,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 +1707,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 +1722,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 +1740,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 +1759,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 +1774,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 +1789,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 +1807,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 +1836,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 +1851,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 +1869,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 +1903,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 +1918,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 +1936,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 +1964,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 +1979,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 +1997,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 +2028,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 +2043,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 +2061,7 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'piano)
+      \accidentalStyle piano
       \musicA
     }
     \context Staff = "down" {
@@ -1838,12 +2086,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 +2101,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 +2119,7 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'piano-cautionary)
+      \accidentalStyle piano-cautionary
       \musicA
     }
     \context Staff = "down" {
@@ -1897,12 +2145,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 +2160,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 +2178,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 +2203,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 +2218,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 +2236,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 +2265,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 +2280,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 +2298,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 +2323,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 +2338,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 +2356,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 +2383,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 +2398,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 +2416,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 +2444,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 +2459,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 +2478,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 +2505,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 +2520,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 +2538,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 +2560,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 +2580,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 +2598,11 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      #(set-accidental-style 'forget)
+      \accidentalStyle forget
       \musicA
     }
     \context Staff = "down" {
-      #(set-accidental-style 'forget)
+      \accidentalStyle forget
       \musicB
     }
   >>
@@ -2401,7 +2648,7 @@ Klammer kein Auflösungszeichen:
 
 @lilypond[quote]
 {
-  #(set-accidental-style 'modern)
+  \accidentalStyle modern
   \time 2/4
   \repeat volta 2 {
     c'2
@@ -2417,13 +2664,13 @@ Die folgende Notlösung kann benutzt werden: Man definiert eine Funktion,
 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)
+forget = #(define-music-function (music) (ly:music?) #{
+  \accidentalStyle forget
+  #music
+  \accidentalStyle modern
 #})
 {
-  #(set-accidental-style 'modern)
+  \accidentalStyle modern
   \time 2/4
   \repeat volta 2 {
     c'2
@@ -2463,8 +2710,8 @@ Tonart definiert werden.
   }
 }
 
-\relative c'' {
-  aes c e2
+\relative {
+  aes' c e2
   cis,1
 }
 @end lilypond
@@ -2472,13 +2719,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}
 
 
@@ -2540,16 +2787,18 @@ Dieser Abschnitt zeigt, wie man Notenköpfe ändern kann.
 
 Notenköpfe können verändert werden:
 
-@lilypond[verbatim,quote,relative=2]
-c4 b
-\override NoteHead #'style = #'cross
-c4 b
-\revert NoteHead #'style
-a b
-\override NoteHead #'style = #'harmonic
-a b
-\revert NoteHead #'style
-c4 d e f
+@lilypond[verbatim,quote]
+\relative c'' {
+  c4 b
+  \override NoteHead.style = #'cross
+  c4 b
+  \revert NoteHead.style
+  a b
+  \override NoteHead.style = #'harmonic
+  a b
+  \revert NoteHead.style
+  c4 d e f
+}
 @end lilypond
 
 Für alle Notenkopfstile siehe @ref{Notenkopfstile}
@@ -2561,22 +2810,26 @@ in Notensystemen als auch in Tabulaturen und können
 benutzt werden, um alle musikalischen Bedeutungen zu
 notieren:
 
-@lilypond[verbatim,quote,relative=2]
-c4 b
-\xNotesOn
- a b c4 b
-\xNotesOff
-c4 d
+@lilypond[verbatim,quote]
+\relative {
+  c''4 b
+  \xNotesOn
+   a b c4 b
+  \xNotesOff
+  c4 d
+}
 @end lilypond
 
 Die Form als musikalische Funktion dieses Befehls kann innerhalb
 und außerhalb von Akkorden benutzt werden, um Notenköpfe mit Kreuzen
 in normalen und Tabulatursystemen zu erstellen:
 
-@lilypond[verbatim,quote,relative=2]
-c4 b
-\xNote { e f }
-c b < g \xNote c f > b
+@lilypond[verbatim,quote]
+\relative {
+  c''4 b
+  \xNote { e f }
+  c b < g \xNote c f > b
+}
 @end lilypond
 
 Als Synonym für @code{\xNote}, @code{\xNotesOn} und @code{\xNotesOff}
@@ -2661,7 +2914,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
@@ -2716,17 +2969,19 @@ Notation war sehr beliebt in amerikanischen Liederbüchern des
 Sacred Harp, Southern Harmony, Funk (Harmonica Sacra), Walker
 und Aiken (Christian Harmony) benutzt werden:
 
-@lilypond[verbatim,quote,relative=2]
-\aikenHeads
-c, d e f g2 a b1 c \break
-\sacredHarpHeads
-c,4 d e f g2 a b1 c \break
-\southernHarmonyHeads
-c,4 d e f g2 a b1 c \break
-\funkHeads
-c,4 d e f g2 a b1 c \break
-\walkerHeads
-c,4 d e f g2 a b1 c \break
+@lilypond[verbatim,quote]
+\relative c'' {
+  \aikenHeads
+  c, d e f g2 a b1 c \break
+  \sacredHarpHeads
+  c,4 d e f g2 a b1 c \break
+  \southernHarmonyHeads
+  c,4 d e f g2 a b1 c \break
+  \funkHeads
+  c,4 d e f g2 a b1 c \break
+  \walkerHeads
+  c,4 d e f g2 a b1 c \break
+}
 @end lilypond
 
 @funindex \key
@@ -2778,7 +3033,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}
 
 
@@ -2818,15 +3073,15 @@ gesetzt werden, wenn der Spieler eine beliebige Tonhöhe wählen kann
 aber den vorgegebenen Rhythmus spielen soll. Sie können wie folgt
 benutzt werden:
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new Voice \with {
   \consists "Pitch_squash_engraver"
-} {
-  e8 e g a a16( bes) a8 g
+} \relative {
+  e''8 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
 }