]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/expressive.itely
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / de / notation / expressive.itely
index 7fe74cf40c77d6e2435eec2f9dc500bd0d1bdc8a..009ca0553b7ae54bac72922e752f1f91dad28f47 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.14.0"
+@c \version "2.19.21"
 
 @c Translators: Till Paala
 
@@ -127,9 +127,11 @@ Hierzu wird folgende Syntax benutzt:
 Die möglichen Werte für @var{Bezeichnung} sind aufgelistet in
 @ref{Liste der Artikulationszeichen}.  Ein Beispiel:
 
-@lilypond[verbatim,quote,relative=2]
-c4\staccato c\mordent b2\turn
-c1\fermata
+@lilypond[verbatim,quote]
+\relative {
+  c''4\staccato c\mordent b2\turn
+  c1\fermata
+}
 @end lilypond
 
 @cindex Akzent
@@ -151,9 +153,11 @@ für @notation{marcato},
 und @notation{portato}.  Die ihnen entsprechenden Symbole
 werden also folgendermaßen notiert:
 
-@lilypond[verbatim,quote,relative=2]
-c4-^ c-+ c-- c-|
-c4-> c-. c2-_
+@lilypond[verbatim,quote]
+\relative {
+  c''4-^ c-+ c-- c-!
+  c4-> c-. c2-_
+}
 @end lilypond
 
 Die Regeln für die standardmäßige Platzierung von
@@ -171,10 +175,10 @@ Befehl, @code{fermataMarkup}, wurde definiert, damit man eine Fermate
 an eine Mehrtaktpause anfügen kann (und nur hieran).  Damit wird ein
 @code{MultiMeasureRestText}-Objekt erstellt.
 
-@lilypond[verbatim,quote,relative=2]
-\override Script #'color = #red
-\override MultiMeasureRestText #'color = #blue
-a2\fermata r\fermata
+@lilypond[verbatim,quote,fragment]
+\override Script.color = #red
+\override MultiMeasureRestText.color = #blue
+a'2\fermata r\fermata
 R1\fermataMarkup
 @end lilypond
 
@@ -187,13 +191,13 @@ TextScripten, die an Noten angehängt werden, siehe
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {modifying-default-values-for-articulation-shorthand-notation.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {controlling-the-vertical-ordering-of-scripts.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-a-delayed-turn.ly}
 
 
@@ -233,43 +237,24 @@ Referenz der Interna:
 @cindex absolute Lautstärke
 
 @funindex \ppppp
-@funindex ppppp
 @funindex \pppp
-@funindex pppp
 @funindex \ppp
-@funindex ppp
 @funindex \pp
-@funindex pp
 @funindex \p
-@funindex p
 @funindex \mp
-@funindex mp
 @funindex \mf
-@funindex mf
 @funindex \f
-@funindex f
 @funindex \ff
-@funindex ff
 @funindex \fff
-@funindex fff
 @funindex \ffff
-@funindex ffff
 @funindex \fffff
-@funindex fffff
 @funindex \fp
-@funindex fp
 @funindex \sf
-@funindex sf
 @funindex \sff
-@funindex sff
 @funindex \sp
-@funindex sp
 @funindex \spp
-@funindex spp
 @funindex \sfz
-@funindex sfz
 @funindex \rfz
-@funindex rfz
 
 Absolute Dynamikbezeichnung wird mit Befehlen nach den Noten
 angezeigt, etwa @code{c4\ff}.  Die vordefinierten Befehle lauten:
@@ -280,10 +265,12 @@ angezeigt, etwa @code{c4\ff}.  Die vordefinierten Befehle lauten:
 Dynamikzeichen können manuell unter- oder oberhalb des Systems
 platziert werden, siehe @ref{Richtung und Platzierung}.
 
-@lilypond[verbatim,quote,relative=2]
-c2\ppp c\mp
-c2\rfz c^\mf
-c2_\spp c^\ff
+@lilypond[verbatim,quote]
+\relative c'' {
+  c2\ppp c\mp
+  c2\rfz c^\mf
+  c2_\spp c^\ff
+}
 @end lilypond
 
 @cindex Crescendo-Klammer
@@ -296,9 +283,7 @@ c2_\spp c^\ff
 @funindex \>
 @funindex \!
 @funindex \cr
-@funindex cr
 @funindex \decr
-@funindex decr
 
 Eine @notation{Crescendo}-Klammer wird mit dem Befehl
 @code{\<} begonnen und mit @code{\!}, einem absoluten Dynamikbefehl oder einer weiteren Crescendo- oder
@@ -310,26 +295,30 @@ anstelle von @code{\<} und
 @code{\>} benutzt werden.  Die Befehle ergeben standardmäßig
 Crescendo-Klammern.
 
-@lilypond[verbatim,quote,relative=2]
-c2\< c\!
-d2\< d\f
-e2\< e\>
-f2\> f\!
-e2\> e\mp
-d2\> d\>
-c1\!
+@lilypond[verbatim,quote]
+\relative c'' {
+  c2\< c\!
+  d2\< d\f
+  e2\< e\>
+  f2\> f\!
+  e2\> e\mp
+  d2\> d\>
+  c1\!
+}
 @end lilypond
 
 Eine Crescendo-Klammer, die mit @code{\!} beendet wird, endet an der rechten
 Seite der Note, welcher @code{\!} zugeordnet ist.  In dem Fall, dass es durch
 den Beginn eines anderen @notation{crescendo}- oder @notation{decrescendo}-Zeichens
-beendet wird, endet es in der Mitt der Note, welche das nächste @code{\<}
+beendet wird, endet es in der Mitte der Note, welche das nächste @code{\<}
 oder @code{\>} angehängt hat.  Die nächste Klammer beginnt dann am rechten
 Rand der selben Note anstatt dem normalerweise linken Rand, wenn die
 vorherige Klammer mit @code{\!} beendet worden wäre.
 
-@lilypond[verbatim,quote,relative=2]
-c1\< | c4 a c\< a | c4 a c\! a\< | c4 a c a\!
+@lilypond[verbatim,quote]
+\relative {
+  c''1\< | c4 a c\< a | c4 a c\! a\< | c4 a c a\!
+}
 @end lilypond
 
 @cindex mehre Dynamikzeichen an einer Note
@@ -339,72 +328,70 @@ Leere Pausenzeichen werden benötigt, um mehrere Zeichen für eine Note
 zu notieren.  Das ist insbesondere nützlich, wenn man @notation{crescendo}
 und @notation{decrescendo} zu der selben Note hinzufügen will:
 
-@lilypond[verbatim,quote,relative=2]
-c4\< c\! d\> e\!
-<< f1 { s4 s4\< s4\> s4\! } >>
+@lilypond[verbatim,quote]
+\relative {
+  c''4\< c\! d\> e\!
+  << f1 { s4 s4\< s4\> s4\! } >>
+}
 @end lilypond
 
 @cindex Espressivo-Artikulation
 
 @funindex \espressivo
-@funindex espressivo
 
 Der @code{\espressivo}-Befehl kann eingesetzt werden, um crescendo
 und decrescendo für die selbe Note anzuzeigen.  Dieser Befehl ist
 jedoch als Artikulation, nicht als Dynamikzeichen implementiert.
 
-@lilypond[verbatim,quote,relative=2]
-c2 b4 a
-g1\espressivo
+@lilypond[verbatim,quote]
+\relative {
+  c''2 b4 a
+  g1\espressivo
+}
 @end lilypond
 
 @funindex \cresc
-@funindex cresc
 @funindex \decresc
-@funindex decresc
 @funindex \dim
-@funindex dim
 Mit Text gesetzte Crescendo-Bezeichnungen beginnen mit @code{\cresc}.
 Mit Text gesetzte Decrescendo-Bezeichnungen beginnen mit @code{\decresc}
 oder @code{\dim}.  Fortsetzungslinien werden gesetzt, wenn sie benötigt werden.
 
-@lilypond[verbatim,quote,relative=2]
-g8\cresc a b c b c d e\mf |
-f8\decresc e d c e\> d c b |
-a1\dim ~ |
-a2. r4\! |
+@lilypond[verbatim,quote]
+\relative {
+  g'8\cresc a b c b c d e\mf |
+  f8\decresc e d c e\> d c b |
+  a1\dim ~ |
+  a2. r4\! |
+}
 @end lilypond
  
 
 
 @funindex \crescTextCresc
-@funindex crescTextCresc
 @funindex \dimTextDecresc
-@funindex dimTextDecresc
 @funindex \dimTextDecr
-@funindex dimTextDecr
 @funindex \dimTextDim
-@funindex dimTextDim
 @funindex \crescHairpin
-@funindex crescHairpin
 @funindex \dimHairpin
-@funindex dimHairpin
 
 Als Text gesetzte Dynamik-Bezeichnungen können auch die Crescendo-Klammern
 ersetzen:
 
-@lilypond[verbatim,quote,relative=2]
-\crescTextCresc
-c4\< d e f\! |
-\dimTextDecresc
-g4\> e d c\! |
-\dimTextDecr
-e4\> d c b\! |
-\dimTextDim
-d4\> c b a\! |
-\crescHairpin
-\dimHairpin
-c4\< d\! e\> d\! |
+@lilypond[verbatim,quote]
+\relative c'' {
+  \crescTextCresc
+  c4\< d e f\! |
+  \dimTextDecresc
+  g4\> e d c\! |
+  \dimTextDecr
+  e4\> d c b\! |
+  \dimTextDim
+  d4\> c b a\! |
+  \crescHairpin
+  \dimHairpin
+  c4\< d\! e\> d\! |
+}
 @end lilypond
 
 Um neue absolute Dynamikzeichen oder Text, der mit ihnen
@@ -416,11 +403,8 @@ angeordnet wird, zu erstellen, siehe @ref{Neue Lautstärkezeichen}.
 Vertikale Position der Zeichen wird von der Funktion
 @rinternals{DynamicLineSpanner} verwaltet.
 @funindex \dynamicUp
-@funindex dynamicUp
 @funindex \dynamicDown
-@funindex dynamicDown
 @funindex \dynamicNeutral
-@funindex dynamicNeutral
 
 Es gibt einen besonderen @code{Dynamics}-Kontext, um Crescendi und Decrescendi
 auf einer eigenen Zeile zu notieren.  Mit leeren Pausen (@code{s}) werden die
@@ -431,8 +415,8 @@ aufzunehmen.
 
 @lilypond[verbatim,quote]
 <<
-  \new Staff \relative c' {
-    c2 d4 e |
+  \new Staff \relative {
+    c'2 d4 e |
     c4 e e,2 |
     g'4 a g a |
     c1 |
@@ -460,25 +444,25 @@ aufzunehmen.
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {setting-hairpin-behavior-at-bar-lines.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {setting-the-minimum-length-of-hairpins.ly}
 
 @cindex al niente
 @cindex niente, al
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {printing-hairpins-using-al-niente-notation.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {vertically-aligned-dynamics-and-textscripts.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {hiding-the-extender-line-for-text-dynamics.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {changing-text-and-spanner-styles-for-text-dynamics.ly}
 
 
@@ -521,8 +505,8 @@ ist die Benutzung von @code{\markup}-(Textbeschriftungs)-Objekten.
 @lilypond[verbatim,quote]
 moltoF = \markup { molto \dynamic f }
 
-\relative c' {
-  <d e>16_\moltoF <d e>
+\relative {
+  <d' e>16_\moltoF <d e>
   <d e>2..
 }
 @end lilypond
@@ -531,9 +515,7 @@ moltoF = \markup { molto \dynamic f }
 @cindex Dynamikzeichen, Klammer
 @cindex editorische Dynamikzeichen
 @funindex \bracket
-@funindex bracket
 @funindex \dynamic
-@funindex dynamic
 
 Mit einer Textbeschriftung können editorische Dynamikzeichen
 (in runden oder eckigen Klammern) erstellt werden.  Die Syntax
@@ -545,8 +527,8 @@ roundF = \markup {
     \center-align \concat { \bold { \italic ( }
            \dynamic f \bold { \italic ) } } }
 boxF = \markup { \bracket { \dynamic f } }
-\relative c' {
-  c1_\roundF
+\relative {
+  c'1_\roundF
   c1_\boxF
 }
 @end lilypond
@@ -559,8 +541,8 @@ Einfache, mittig gesetzte Dynamikzeichen können schnell mit der
 
 @lilypond[verbatim,quote]
 sfzp = #(make-dynamic-script "sfzp")
-\relative c' {
-  c4 c c\sfzp c
+\relative {
+  c'4 c c\sfzp c
 }
 @end lilypond
 
@@ -588,8 +570,8 @@ mfEspress = \markup { \center-align \line {
 roundFdynamic = #(make-dynamic-script roundF)
 boxFdynamic = #(make-dynamic-script boxF)
 mfEspressDynamic = #(make-dynamic-script mfEspress)
-\relative c' {
-  c4_\roundFdynamic\< d e f
+\relative {
+  c'4_\roundFdynamic\< d e f
   g,1~_\boxFdynamic\>
   g1
   g'1~\mfEspressDynamic
@@ -605,8 +587,8 @@ verwendet werden.  Seine Syntax ist erklärt in
 moltoF = #(make-dynamic-script
             (markup #:normal-text "molto"
                     #:dynamic "f"))
-\relative c' {
-  <d e>16 <d e>
+\relative {
+  <d' e>16 <d e>
   <d e>2..\moltoF
 }
 @end lilypond
@@ -622,13 +604,12 @@ Notationsreferenz:
 @ref{Was geht in die MIDI-Ausgabe},
 @ref{MIDI-Lautstärke kontrollieren}.
 
+Erweitern:
+@rextend{Beschriftungskonstruktionen in Scheme}.
+
 Schnipsel:
 @rlsr{Expressive marks}.
 
-Erweitert:
-@ref{Beschriftungskonstruktionen in Scheme}.
-
-
 
 @node Ausdrucksbezeichnungen als Bögen
 @subsection Ausdrucksbezeichnungen als Bögen
@@ -658,10 +639,12 @@ hinter den Notenwerten notiert.
 @warning{In polyphoner Musik muss ein Legatobogen in der gleichen
 Stimme beendet werden, in der er begonnen wurde.}
 
-@lilypond[verbatim,quote,relative=2]
-f4( g a) a8 b(
-a4 g2 f4)
-<c e>2( <b d>2)
+@lilypond[verbatim,quote]
+\relative {
+  f''4( g a) a8 b(
+  a4 g2 f4)
+  <c e>2( <b d>2)
+}
 @end lilypond
 
 @cindex Bögen, manuelle Platzierung
@@ -669,9 +652,7 @@ a4 g2 f4)
 @cindex Bögen, unter Noten
 @cindex Bögen, über Noten
 @funindex \slurDown
-@funindex slurDown
 @funindex \slurNeutral
-@funindex slurNeutral
 
 
 Legatobögen können manuell ober- oder unterhalb des Notensystems
@@ -700,29 +681,26 @@ können zwei Bögen gleichzeitig ausgegeben werden.  Siehe auch
 @cindex Legatobogen, gestrichelt
 @cindex Stil von Legatobögen
 @funindex \slurDashed
-@funindex slurDashed
 @funindex \slurDotted
-@funindex slurDotted
 @funindex \slurSolid
-@funindex slurSolid
 
 Legatobögen können durchgehend, gepunktet oder gestrichelt dargestellt
 werden.  Standard ist der durchgehende Bogen:
 
-@lilypond[verbatim,quote,relative=1]
-c4( e g2)
-\slurDashed
-g4( e c2)
-\slurDotted
-c4( e g2)
-\slurSolid
-g4( e c2)
+@lilypond[verbatim,quote]
+\relative {
+  c'4( e g2)
+  \slurDashed
+  g4( e c2)
+  \slurDotted
+  c4( e g2)
+  \slurSolid
+  g4( e c2)
+}
 @end lilypond
 
 @funindex \slurHalfDashed
-@funindex slurHalfDashed
 @funindex \slurHalfSolid
-@funindex slurHalfSolid
 @cindex Bogen, halb gestrichelt, halb durchgehend
 
 Bögen können auch halb gestrichelt (die erste Hälfte gestrichelt,
@@ -730,34 +708,36 @@ die zweite Hälfte durchgehend) erstellt werden, oder als
 halb durchgehend (die erste Hälfte durchgehend, die
 zweite Hälfte gestrichelt:
 
-@lilypond[verbatim,quote,relative=1]
-c4( e g2)
-\slurHalfDashed
-g4( e c2)
-\slurHalfSolid
-c4( e g2)
-\slurSolid
-g4( e c2)
+@lilypond[verbatim,quote]
+\relative {
+  c'4( e g2)
+  \slurHalfDashed
+  g4( e c2)
+  \slurHalfSolid
+  c4( e g2)
+  \slurSolid
+  g4( e c2)
+}
 @end lilypond
 
 @funindex \slurDashPattern
-@funindex slurDashPattern
 @cindex Bogen, Strichelung definieren
 
 Eigene Muster für die Strichelung können definiert werden:
 
-@lilypond[verbatim,quote,relative=1]
-c4( e g2)
-\slurDashPattern #0.7 #0.75
-g4( e c2)
-\slurDashPattern #0.5 #2.0
-c4( e g2)
-\slurSolid
-g4( e c2)
+@lilypond[verbatim,quote]
+\relative {
+  c'4( e g2)
+  \slurDashPattern #0.7 #0.75
+  g4( e c2)
+  \slurDashPattern #0.5 #2.0
+  c4( e g2)
+  \slurSolid
+  g4( e c2)
+}
 @end lilypond
 
 @funindex \slurUp
-@funindex slurUp
 
 @predefined
 @code{\slurUp},
@@ -773,13 +753,13 @@ g4( e c2)
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {using-double-slurs-for-legato-chords.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {positioning-text-markups-inside-slurs.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {making-slurs-with-complex-dash-structure.ly}
 
 
@@ -817,17 +797,16 @@ Ein Phrasierungsbogen verbindet Noten und wird verwendet, um einen
 musikalischen Ausdruck anzuzeigen. Er wird mit den Befehlen
 @code{\(} und @code{\)} eingegeben.
 
-@lilypond[verbatim,quote,relative=2]
-c4\( d( e) f(
-e2) d\)
+@lilypond[verbatim,quote]
+\relative {
+  c''4\( d( e) f(
+  e2) d\)
+}
 @end lilypond
 
 @funindex \phrasingSlurUp
-@funindex phrasingSlurUp
 @funindex \phrasingSlurDown
-@funindex phrasingSlurDown
 @funindex \phrasingSlurNeutral
-@funindex phrasingSlurNeutral
 
 Im typographischen Sinne verhalten sich Phrasierungsbögen genauso wie
 Legatobögen. Sie werden aber als eigene Objekte behandelt. Ein
@@ -845,12 +824,9 @@ Notensystems gesetzt werden, siehe
 Simultane oder überlappende Phrasierungsbögen sind nicht
 erlaubt.
 
-@funindex phrasingSlurDashed
 @funindex \phrasingSlurDashed
 @funindex \phrasingSlurDotted
-@funindex phrasingSlurDotted
 @funindex \phrasingSlurSolid
-@funindex phrasingSlurSolid
 @cindex Phrasierungsbögen, gestrichelt
 @cindex gestrichelter Phrasierungsbogen
 @cindex Phrasierungsbögen, gepunktet
@@ -859,20 +835,21 @@ erlaubt.
 Phrasierungsbögen können durchgehend, gepunktet oder gestrichelt dargestellt
 werden.  Standard ist der durchgehende Bogen:
 
-@lilypond[verbatim,quote,relative=1]
-c4\( e g2\)
-\phrasingSlurDashed
-g4\( e c2\)
-\phrasingSlurDotted
-c4\( e g2\)
-\phrasingSlurSolid
-g4\( e c2\)
+@lilypond[verbatim,quote]
+\relative {
+  c'4\( e g2\)
+  \phrasingSlurDashed
+  g4\( e c2\)
+  \phrasingSlurDotted
+  c4\( e g2\)
+  \phrasingSlurSolid
+  g4\( e c2\)
+}
 @end lilypond
 
 funindex phrasingSlurHalfDashed
 @funindex \phrasingSlurHalfDashed
 @funindex \phrasingSlurHalfSolid
-@funindex phrasingSlurHalfSolid
 
 @cindex Phrasierungsbogen, halb durchgehend, halb gestrichelt
 @cindex Bogen, halb durchgehend, halb gestrichelt
@@ -882,30 +859,33 @@ werden (die erste Hälfte gestrichelt, die zweite Hälfte durchgehend,
 oder halb durchgehend (die erste Hälfte durchgehend, die zweite
 gestrichelt):
 
-@lilypond[verbatim,quote,relative=1]
-c4\( e g2\)
-\phrasingSlurHalfDashed
-g4\( e c2\)
-\phrasingSlurHalfSolid
-c4\( e g2\)
-\phrasingSlurSolid
-g4\( e c2\)
+@lilypond[verbatim,quote]
+\relative {
+  c'4\( e g2\)
+  \phrasingSlurHalfDashed
+  g4\( e c2\)
+  \phrasingSlurHalfSolid
+  c4\( e g2\)
+  \phrasingSlurSolid
+  g4\( e c2\)
+}
 @end lilypond
 
 @funindex \phrasingSlurDashPattern
-@funindex phrasingSlurDashPattern
 @cindex Phrasierungsbogen, Strichelmuster definieren
 
 Eigene Strichelmuster für Phrasierungsbögen können definiert werden:
 
-@lilypond[verbatim,quote,relative=1]
-c4\( e g2\)
-\phrasingSlurDashPattern #0.7 #0.75
-g4\( e c2\)
-\phrasingSlurDashPattern #0.5 #2.0
-c4\( e g2\)
-\phrasingSlurSolid
-g4\( e c2\)
+@lilypond[verbatim,quote]
+\relative {
+  c'4\( e g2\)
+  \phrasingSlurDashPattern #0.7 #0.75
+  g4\( e c2\)
+  \phrasingSlurDashPattern #0.5 #2.0
+  c4\( e g2\)
+  \phrasingSlurSolid
+  g4\( e c2\)
+}
 @end lilypond
 
 Strichelmusterdefinitionen für Phrasierungsbögen haben die
@@ -948,19 +928,18 @@ Referenz der Interna:
 @cindex Atemzeichen
 @cindex Pausenzeichen
 @funindex \breathe
-@funindex breathe
 
 Atemzeichen werden mit dem Befehl @code{\breathe} eingegeben.
 
-@lilypond[verbatim,quote,relative=2]
-c2. \breathe d4
+@lilypond[verbatim,quote]
+{ c''2. \breathe d''4 }
 @end lilypond
 
 Ein Atemzeichen bezeichnet gleichzeitig das Ende eines automatischen
 Balkens.  Um das Verhalten zu verändern siehe @ref{Manuelle Balken}.
 
-@lilypond[verbatim,quote,relative=2]
-c8 \breathe d e f g2
+@lilypond[verbatim,quote]
+\relative { c''8 \breathe d e f g2 }
 @end lilypond
 
 Musikalische Zeichen für Atemzeichen in Alter Notation, auch
@@ -969,13 +948,13 @@ Divisiones genannt, sind unterstützt.  Für Einzelheiten siehe
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {changing-the-breath-mark-symbol.ly}
 
 @cindex caesura
 @cindex railroad tracks
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {inserting-a-caesura.ly}
 
 
@@ -1006,7 +985,6 @@ Referenz der Interna:
 @cindex Glissando, nach unten
 @cindex Gleiten nach oben/unten
 @funindex \bendAfter
-@funindex bendAfter
 
 
 Gleiten nach oben und unten kann mit dem Befehl @code{\bendAfter}
@@ -1015,24 +993,22 @@ Plus oder Minus (nach oben bzw. nach unten) angezeigt.  Die
 Zahl zeigt die Intervallgröße an, über die sich das Glissando @emph{nach}
 der Note erstreckt.
 
-@lilypond[verbatim,quote,relative=2]
-c2-\bendAfter #+4
-c2-\bendAfter #-4
-c2-\bendAfter #+6.5
-c2-\bendAfter #-6.5
-c2-\bendAfter #+8
-c2-\bendAfter #-8
+@lilypond[verbatim,quote]
+\relative c'' {
+  c2\bendAfter #+4
+  c2\bendAfter #-4
+  c2\bendAfter #+6.5
+  c2\bendAfter #-6.5
+  c2\bendAfter #+8
+  c2\bendAfter #-8
+}
 @end lilypond
 
-Das Minuszeichen (@code{-}) direkt vor dem @code{\bendAfter}-Befehl
-ist @emph{notwendig} um unbestimmte Glissandos zu notieren.
-
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {adjusting-the-shape-of-falls-and-doits.ly}
 
-
 @seealso
 Glossar:
 @rglos{fall},
@@ -1062,7 +1038,6 @@ Triller.
 
 @cindex Glissando
 @funindex \glissando
-@funindex glissando
 
 Ein @notation{Glissando} wird
 mit dem Befehl @code{\glissando} auf eine Note folgend notiert:
@@ -1077,9 +1052,11 @@ Verschiedene Glissando-Stile sind möglich.  Für Einzelheiten siehe
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-{contemporary-glissando.ly}
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{glissandi-can-skip-grobs.ly}
 
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{contemporary-glissando.ly}
 
 @seealso
 Glossar:
@@ -1094,9 +1071,7 @@ Schnipsel:
 Referenz der Interna:
 @rinternals{Glissando}.
 
-
 @knownissues
-
 Printing text over the line (such as @notation{gliss.}) is not
 supported.
 
@@ -1109,76 +1084,72 @@ supported.
 @cindex Gebrochene Akkorde
 @cindex Akkord, gebrochen
 @funindex \arpeggio
-@funindex arpeggio
 @funindex \arpeggioArrowUp
-@funindex arpeggioArrowUp
 @funindex \arpeggioArrowDown
-@funindex arpeggioArrowDown
 @funindex \arpeggioNormal
-@funindex arpeggioNormal
 
 Ein @notation{Arpeggio} als Zeichen, dass ein Akkord gebrochen gespielt werden soll,
 kann mit dem Befehl @code{\arpeggio} hinter der
 Akkord-Konstruktion erzeugt werden.
 
-@lilypond[verbatim,quote,relative=1]
-<c e g c>1\arpeggio
+@lilypond[verbatim,quote]
+\relative { <c' e g c>1\arpeggio }
 @end lilypond
 
 Unterschiedliche Arpeggio-Typen können benutzt werden.
 @code{\arpeggioNormal} stellt wieder das normale Verhalten
 her:
 
-@lilypond[verbatim,quote,relative=1]
-<c e g c>2\arpeggio
+@lilypond[verbatim,quote]
+\relative {
+  <c' e g c>2\arpeggio
 
-\arpeggioArrowUp
-<c e g c>2\arpeggio
+  \arpeggioArrowUp
+  <c e g c>2\arpeggio
 
-\arpeggioArrowDown
-<c e g c>2\arpeggio
+  \arpeggioArrowDown
+  <c e g c>2\arpeggio
 
-\arpeggioNormal
-<c e g c>2\arpeggio
+  \arpeggioNormal
+  <c e g c>2\arpeggio
+}
 @end lilypond
 
 @cindex Arpeggio-Symbole, besondere
 @cindex besondere Arpeggio-Symbole
 
 @funindex \arpeggioBracket
-@funindex arpeggioBracket
 @funindex \arpeggioParenthesis
-@funindex arpeggioParenthesis
 @funindex \arpeggioParenthesisDashed
-@funindex arpeggioParenthesisDashed
 
 Besondere Arpeggios mit Klammern können erstellt werden:
 
-@lilypond[verbatim,quote,relative=1]
-<c e g c>2
+@lilypond[verbatim,quote]
+\relative {
+  <c' e g c>2
 
-\arpeggioBracket
-<c e g c>2\arpeggio
+  \arpeggioBracket
+  <c e g c>2\arpeggio
 
-\arpeggioParenthesis
-<c e g c>2\arpeggio
+  \arpeggioParenthesis
+  <c e g c>2\arpeggio
 
-\arpeggioParenthesisDashed
-<c e g c>2\arpeggio
+  \arpeggioParenthesisDashed
+  <c e g c>2\arpeggio
 
-\arpeggioNormal
-<c e g c>2\arpeggio
+  \arpeggioNormal
+  <c e g c>2\arpeggio
+}
 @end lilypond
 
 Die @code{dash}-Eigenschaft der Arpeggioklammern werden von
-der @code{'dash-details}-Eigenschaft kontrolliert, die
+der @code{'dash-definition}-Eigenschaft kontrolliert, die
 beschrieben ist in @ref{Legatobögen}.
 
 Ein Arpeggio kann auch explizit ausgeschrieben werden, indem
 Überbindungsbögen benutzt werden.  Für mehr Information siehe
 @ref{Bindebögen}.
 
-
 @predefined
 @code{\arpeggio},
 @code{\arpeggioArrowUp},
@@ -1191,16 +1162,15 @@ Ein Arpeggio kann auch explizit ausgeschrieben werden, indem
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-cross-staff-arpeggios-in-a-piano-staff.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-cross-staff-arpeggios-in-other-contexts.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {creating-arpeggios-across-notes-in-different-voices.ly}
 
-
 @seealso
 Glossar:
 @rglos{arpeggio}.
@@ -1217,9 +1187,7 @@ Referenz der Interna:
 @rinternals{Slur},
 @rinternals{PianoStaff}.
 
-
 @knownissues
-
 @cindex Arpeggio über Systeme im Klammernstil
 @cindex Klammer-Arpeggio über Systeme
 @cindex Zwischensysteme-Klammer-Arpeggio
@@ -1239,11 +1207,8 @@ mehrere Notensysteme.
 @cindex Triller
 
 @funindex \trill
-@funindex trill
 @funindex \startTrillSpan
-@funindex startTrillSpan
 @funindex \stopTrillSpan
-@funindex stopTrillSpan
 
 Kurze Triller ohne eine Dauer werden mit dem Befehl
 @code{\trill} notiert, siehe auch
@@ -1253,27 +1218,30 @@ Längere Triller mit einer Dauer werden mit den Befehlen
 @code{\startTrillSpan} zu
 Beginn und @code{\stopTrillSpan} am Ende erstellt.
 
-@lilypond[verbatim,quote,relative=2]
-d1\startTrillSpan
-d1
-c2\stopTrillSpan
-r2
+@lilypond[verbatim,quote]
+\relative {
+  d''1\startTrillSpan
+  d1
+  c2\stopTrillSpan
+  r2
+}
 @end lilypond
 
 Ein Triller-Strekcer, der über einen Zeilenumbruch geht,
 beginnt genau über der ersten Note auf der neue Zeile erneut.
 
-
-@lilypond[ragged-right,verbatim,quote,relative=2]
-d1\startTrillSpan
-\break
-d1
-c2\stopTrillSpan
-r2
+@lilypond[ragged-right,verbatim,quote]
+\relative {
+  d''1\startTrillSpan
+  \break
+  d1
+  c2\stopTrillSpan
+  r2
+}
 @end lilypond
 
 Aufeinanderfolgende Trillerstrecker funktieren ohne einen
-+@code{\stopTrillSpan}-Befehl, weil ein folgender Strecker
+@code{\stopTrillSpan}-Befehl, weil ein folgender Strecker
 automatisch die rechte Begrenzung des vorhergehenden beendet.
 
 @lilypond[verbatim,quote,relative=2]
@@ -1288,29 +1256,31 @@ Triller können auch mit Vorschlägen kombiniert werden.  Die Syntax
 für diese Konstruktion und die Methode, um die Position der Vorschläge
 präzise zu positionieren, wird gezeigt in @ref{Verzierungen}.
 
-@lilypond[verbatim,quote,relative=2]
-d1~\afterGrace
-d1\startTrillSpan { c32[ d]\stopTrillSpan }
-c2 r2
+@lilypond[verbatim,quote]
+\relative {
+  d''1~\afterGrace
+  d1\startTrillSpan { c32[ d]\stopTrillSpan }
+  c2 r2
+}
 @end lilypond
 
 @cindex Triller mit Tonhöhe
 
 @funindex \pitchedTrill
-@funindex pitchedTrill
-
 
 Triller, die auf einer bestimmten Note ausgeführt werden sollen, können
 mit dem Befehl @code{pitchedTrill} notiert werden.  Das erste
 Argument ist die Hauptnote, das zweite die Note, auf der getrillert
 wird.  Sie wird als Note ohne Hals in Klammern ausgegeben.
 
-@lilypond[verbatim,quote,relative=2]
-\pitchedTrill
-d2\startTrillSpan fis
-d2
-c2\stopTrillSpan
-r2
+@lilypond[verbatim,quote]
+\relative {
+  \pitchedTrill
+  d''2\startTrillSpan fis
+  d2
+  c2\stopTrillSpan
+  r2
+}
 @end lilypond
 
 @cindex Triller mit Tonhöhe und Versetzungszeichen
@@ -1320,19 +1290,21 @@ Aufeinanderfolgende Versetzungszeichen der selben Note im selben
 Takt müssen selbst hinzugefügt werden.  Nur das Versetzungszeichen
 des ersten Trillers mit Tonhöhe innerhalb eines Taktes wird ausgegeben.
 
-@lilypond[verbatim,quote,relative=2]
-\pitchedTrill
-eis4\startTrillSpan fis
-eis4\stopTrillSpan
-\pitchedTrill
-eis4\startTrillSpan cis
-eis4\stopTrillSpan
-\pitchedTrill
-eis4\startTrillSpan fis
-eis4\stopTrillSpan
-\pitchedTrill
-eis4\startTrillSpan fis!
-eis4\stopTrillSpan
+@lilypond[verbatim,quote]
+\relative {
+  \pitchedTrill
+  eis''4\startTrillSpan fis
+  eis4\stopTrillSpan
+  \pitchedTrill
+  eis4\startTrillSpan cis
+  eis4\stopTrillSpan
+  \pitchedTrill
+  eis4\startTrillSpan fis
+  eis4\stopTrillSpan
+  \pitchedTrill
+  eis4\startTrillSpan fis!
+  eis4\stopTrillSpan
+}
 @end lilypond
 
 @predefined