]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/staff.itely
Issue 4894: Remove unescaped @funindex entries
[lilypond.git] / Documentation / de / notation / staff.itely
index fc243be2d69a42e1df26b3262c422eb106b3bbc6..47d22bb9b4a8c2eddceb82e258aefe85666b951c 100644 (file)
@@ -60,7 +60,6 @@ Gruppen von Systemen zu erstellen.
 @cindex neues Notensystem
 
 @funindex \drummode
-@funindex drummode
 @funindex DrumStaff
 @funindex RhythmicStaff
 @funindex TabStaff
@@ -71,12 +70,12 @@ Gruppen von Systemen zu erstellen.
 @notation{Notensysteme} (engl. @notation{staff}, Pl. @notation{staves})
 werden mit dem @code{\new} oder @code{\context}-Befehl erstellt.  Zu
 Einzelheiten siehe
-@ref{Kontexte erstellen}.
+@ref{Kontexte erstellen und referenzieren}.
 
 Der einfachste Notensystem-Kontext ist @code{Staff}:
 
-@lilypond[verbatim,quote,relative=2]
-\new Staff { c4 d e f }
+@lilypond[verbatim,quote]
+\new Staff \relative { c''4 d e f }
 @end lilypond
 
 @code{DrumStaff} (Perkussionsnotensystem) erstellt ein Notensystem
@@ -99,7 +98,7 @@ eingegebenen Noten dargestellt werden.  Die wirklichen Längen bleiben
 erhalten.  Zu Einzelheiten, siehe
 @ref{Melodierhythmus anzeigen}.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new RhythmicStaff { c4 d e f }
 @end lilypond
 
@@ -107,8 +106,8 @@ erhalten.  Zu Einzelheiten, siehe
 Saiten in der üblichen Gitarrenstimmung.  Zu Einzelheiten siehe
 @ref{Standardtabulaturen}.
 
-@lilypond[verbatim,quote,relative=2]
-\new TabStaff { c4 d e f }
+@lilypond[verbatim,quote]
+\new TabStaff \relative { c''4 d e f }
 @end lilypond
 
 Es gibt zwei Notensysteme, die zur Notation von Alter Musik eingesetzt
@@ -120,8 +119,8 @@ Das @code{GregorianTranscriptionStaff} (System zur Transkription des
 Gregorianischen Chorals) erstellt ein Notensystem, um modernen
 Gregorianischen Choral zu notieren.  Es hat keine Notenlinien.
 
-@lilypond[verbatim,quote,relative=2]
-\new GregorianTranscriptionStaff { c4 d e f e d }
+@lilypond[verbatim,quote]
+\new GregorianTranscriptionStaff \relative { c''4 d e f e d }
 @end lilypond
 
 
@@ -136,7 +135,7 @@ Glossar:
 @rglos{staves}.
 
 Notationsreferenz:
-@ref{Kontexte erstellen},
+@ref{Kontexte erstellen und referenzieren},
 @ref{Schlagzeugsysteme},
 @ref{Melodierhythmus anzeigen},
 @ref{Standardtabulaturen},
@@ -188,40 +187,40 @@ Wenn kein Kontext angegeben ist, wird die Standardeinstellung eingesetzt:
 die Gruppe beginnt mit einer vertikalen Linie und die Taktlinien sind
 nicht verbunden.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 <<
-  \new Staff { c1 c }
-  \new Staff { c1 c }
+  \new Staff \relative { c''1 c }
+  \new Staff \relative { c''1 c }
 >>
 @end lilypond
 
 Im @code{StaffGroup}-Kontext die Gruppe mit einer eckigen Klammer
 begonnen und die Taktlinien durch alle Systeme gezogen.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new StaffGroup <<
-  \new Staff { c1 c }
-  \new Staff { c1 c }
+  \new Staff \relative { c''1 c }
+  \new Staff \relative { c''1 c }
 >>
 @end lilypond
 
 In einem @code{ChoirStaff} (Chorsystem) beginnt die Gruppe mit einer
 eckigen Klammer, aber die Taktlinien sind nicht verbunden.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new ChoirStaff <<
-  \new Staff { c1 c }
-  \new Staff { c1 c }
+  \new Staff \relative { c''1 c }
+  \new Staff \relative { c''1 c }
 >>
 @end lilypond
 
 In einem @code{GrandStaff} (Akkolade) beginnt die Gruppe mit einer
 geschweiften Klammer und die Taktlinien sind durchgezogen.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new GrandStaff <<
-  \new Staff { c1 c }
-  \new Staff { c1 c }
+  \new Staff \relative { c''1 c }
+  \new Staff \relative { c''1 c }
 >>
 @end lilypond
 
@@ -230,11 +229,11 @@ Der @code{PianoStaff}-(Klaviersystem)-Kontext ist identisch mit dem
 die Angabe einer Instrumentbezeichnung.  Zu Einzelheiten siehe
 @ref{Instrumentenbezeichnungen}.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new PianoStaff <<
   \set PianoStaff.instrumentName = #"Piano"
-  \new Staff { c1 c }
-  \new Staff { c1 c }
+  \new Staff \relative { c''1 c }
+  \new Staff \relative { \clef bass c1 c }
 >>
 @end lilypond
 
@@ -314,17 +313,17 @@ diesem Fall erstellt jeder neue, innen liegende Kontext eine neue
 Klammer außerhalb der Klammer der Systemgruppe, in der er sich
 befindet.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new StaffGroup <<
-  \new Staff { c2 c | c2 c }
+  \new Staff \relative { c''2 c | c2 c }
   \new StaffGroup <<
-    \new Staff { g2 g | g2 g }
+    \new Staff \relative { g'2 g | g2 g }
     \new StaffGroup \with {
       systemStartDelimiter = #'SystemStartSquare
     }
     <<
-      \new Staff { e2 e | e2 e }
-      \new Staff { c2 c | c2 c }
+      \new Staff \relative { e'2 e | e2 e }
+      \new Staff \relative { c'2 c | c2 c }
     >>
   >>
 >>
@@ -459,18 +458,18 @@ beenden sowie eine Methode, Ossia-Systeme zu erstellen.
 
 
 @funindex \startStaff
-@funindex startStaff
 @funindex \stopStaff
-@funindex stopStaff
 
 Die Befehle @code{\stopStaff} und @code{\startStaff} können
 benutzt werden, um ein Notensystem zu stoppen oder (wieder)
 zu beginnen.
 
-@lilypond[verbatim,quote,relative=2]
-\stopStaff f4 d \startStaff g, e
-f'4 d \stopStaff g, e
-f'4 d \startStaff g, e
+@lilypond[verbatim,quote]
+\relative {
+  \stopStaff f''4 d \startStaff g, e
+  f'4 d \stopStaff g, e
+  f'4 d \startStaff g, e
+}
 @end lilypond
 
 @predefined
@@ -487,14 +486,16 @@ gesetzt werden, bevor das System erstellt wird.
 
 Die Anzahl der Notenlinien kann verändert werden:
 
-@lilypond[verbatim,quote,relative=2]
-f4 d \stopStaff
-\override Staff.StaffSymbol.line-count = #2
-\startStaff g, e |
-
-f'4 d \stopStaff
-\revert Staff.StaffSymbol.line-count
-\startStaff g, e |
+@lilypond[verbatim,quote]
+\relative {
+  f''4 d \stopStaff
+  \override Staff.StaffSymbol.line-count = #2
+  \startStaff g, e |
+
+  f'4 d \stopStaff
+  \revert Staff.StaffSymbol.line-count
+  \startStaff g, e |
+}
 @end lilypond
 
 
@@ -505,13 +506,15 @@ Eine einzelne Linie wird für jeden Wert ausgegeben, sodass
 die Anzahl der Linien sowie ihre Position im Notensystem mit
 einem Befehl geändert werden können.
 
-@lilypond[verbatim,quote,relative=2]
-f4 d \stopStaff
-\override Staff.StaffSymbol.line-positions = #'(1 3 5 -1 -3)
-\startStaff g, e |
-f'4 d \stopStaff
-\override Staff.StaffSymbol.line-positions = #'(8 6.5 -6 -8 -0.5)
-\startStaff g, e
+@lilypond[verbatim,quote]
+\relative {
+  f''4 d \stopStaff
+  \override Staff.StaffSymbol.line-positions = #'(1 3 5 -1 -3)
+  \startStaff g, e |
+  f'4 d \stopStaff
+  \override Staff.StaffSymbol.line-positions = #'(8 6.5 -6 -8 -0.5)
+  \startStaff g, e |
+}
 @end lilypond
 
 die Position des Notenschlüssels und die Position von c' können geändert
@@ -522,11 +525,12 @@ Die Liniendicke der Notenlinien kann verändert werden.  Die Dicke
 der Hilfslinien und Notenhälse wird auch beeinflusst, weil sie
 von der Notenliniendicke abhängen.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new Staff \with {
   \override StaffSymbol.thickness = #3
+} \relative {
+  f''4 d g, e
 }
-{ f4 d g, e }
 @end lilypond
 
 Die Dicke der Hilfslinien (engl. ledger lines) kann allerdings auch unabhängig von der
@@ -535,21 +539,23 @@ sind Faktoren, mit denen die Notenlinien-Dicke und der
 Notenlinienabstand multipliziert werden.  Die Addition beider
 Werte ergibt die Dicke der Hilfslinien.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new Staff \with {
   \override StaffSymbol.thickness = #2
   \override StaffSymbol.ledger-line-thickness = #'(0.5 . 0.4)
+} \relative {
+  f'''4 a, a,, f
 }
-{ f'4 a, a,, f }
 @end lilypond
 
 Die vertikale Position der Hilfslinien kann verändert werden:
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new Staff \with {
   \override StaffSymbol.ledger-positions = #'(-3 -2 -1 2 5 6)
+} \relative {
+  f'''4 a, a,, f
 }
-{ f'4 a, a,, f }
 @end lilypond
 
 Zusätzliche Hilfslinien können auch innerhalb des Systems gesetzt
@@ -571,11 +577,12 @@ d4 e f g
 Der Abstand zwischen Notenlinien kann verändert werden.  Diese
 Einstellung wirkt sich auch auf den Abstand der Hilfslinien aus.
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new Staff \with {
   \override StaffSymbol.staff-space = #1.5
+} \relative {
+  f'''4 d, g, e,
 }
-{ f'4 d, g, e, }
 @end lilypond
 
 @snippets
@@ -780,10 +787,8 @@ Referenz der Interna:
 @cindex Verschwinden von leeren Systemen
 
 @funindex \RemoveEmptyStaves
-@funindex RemoveEmptyStaves
 @funindex Staff_symbol_engraver
 @funindex \stopStaff
-@funindex stopStaff
 
 Die Notenlinien können entfernt werden, indem der
 @code{Staff_symbol_engraver} aus dem @code{Staff}-Kontext
@@ -840,7 +845,6 @@ um Ossiaabschnitte zu erstellen.  Zu Einzelheiten, siehe
 @cindex Verstecken von Rhythmus-Systemen
 
 @funindex \RemoveEmptyStaves
-@funindex RemoveEmptyStaves
 
 Der @code{\VaticanaStaff \RemoveEmptyStaves}-Befehl kann
 benutzt werden, um leere Takte in Notation der Alten Musik
@@ -930,12 +934,13 @@ werden.  Der Wert von @code{instrumentName} wird für das erste
 System eingesetzt, der Wert von @code{shortInstrumentName} für
 alle weiteren Systeme.
 
-@lilypond[verbatim,quote,ragged-right,relative=1]
+@lilypond[verbatim,quote,ragged-right]
 \new Staff \with {
   instrumentName = #"Violin "
   shortInstrumentName = #"Vln. "
+} \relative {
+  c'4.. g'16 c4.. g'16 \break | c1 |
 }
-{ c4.. g'16 c4.. g'16 \break | c1 }
 @end lilypond
 
 @cindex Instrumentenbezeichnung, komplexe
@@ -943,15 +948,16 @@ alle weiteren Systeme.
 Mit dem Textbeschriftungsmodus (@code{\markup}) können auch komplizierte
 Instrumentenbezeichnungen erstellt werden:
 
-@lilypond[verbatim,quote,relative=2]
+@lilypond[verbatim,quote]
 \new Staff \with {
   instrumentName = \markup {
     \column { "Clarinetti"
       \line { "in B" \smaller \flat }
     }
   }
+} \relative {
+  c''4 c,16 d e f g2
 }
-{ c4 c,16 d e f g2 }
 @end lilypond
 
 @cindex Instrumentenbezeichnung, zentriert
@@ -989,26 +995,22 @@ Einzugs (@code{indent} und @code{short-indent}) vergrößert werden.
 Zu Einzelheiten siehe @ref{paper-Variablen für Verschiebungen und Einrückungen,,@code{@bs{}paper}-Variablen für Verschiebungen und Einrückungen}.
 
 @lilypond[verbatim,quote,ragged-right]
-\relative c'' {
-  <<
-    \new Staff \with {
-      instrumentName = #"Alto Flute in G"
-      shortInstrumentName = #"Flt."
-    }
-    {
-      f2 g4 f \break
-      g4 f g2
-    }
-    \new Staff \with {
-      instrumentName = #"Clarinet"
-      shortInstrumentName = #"Clar."
-    }
-    {
-      c,4 b c2 \break
-      c2 b4 c
-    }
-  >>
-}
+<<
+  \new Staff \with {
+    instrumentName = #"Alto Flute in G"
+    shortInstrumentName = #"Flt."
+  } \relative {
+    f''2 g4 f \break
+    g4 f g2
+  }
+  \new Staff \with {
+    instrumentName = #"Clarinet"
+    shortInstrumentName = #"Clar."
+  } \relative {
+    c''4 b c2 \break
+    c2 b4 c
+  }
+>>
 
 \layout {
   indent = 3.0\cm
@@ -1052,9 +1054,7 @@ und spätere Änderungen nicht berücksichtigt.
 @cindex Wechsel von Instrument
 
 @funindex \addInstrumentDefinition
-@funindex addInstrumentDefinition
 @funindex \instrumentSwitch
-@funindex instrumentSwitch
 
 Wenn das Instrument gewechselt werden soll, kann der Befehl
 @code{\addInstrumentDefinition} in Begleitung von
@@ -1116,11 +1116,8 @@ Referenz der Interna:
 @cindex Stimmen, zitieren
 
 @funindex \addQuote
-@funindex addQuote
 @funindex \quoteDuring
-@funindex quoteDuring
 @funindex \transposition
-@funindex transposition
 
 Es kommt sehr oft vor, dass eine Orchesterstimme die gleichen
 Noten wie eine andere spielt.  So können etwa die ersten und
@@ -1287,13 +1284,9 @@ werden, ist das Notenbild unter Umständen sehr schlecht.
 @cindex Zitieren von anderen Stimmen
 
 @funindex \cueDuring
-@funindex cueDuring
 @funindex \cueClef
-@funindex cueClef
 @funindex \cueDuringWithClef
-@funindex cueDuringWithClef
 @funindex \quoteDuring
-@funindex quoteDuring
 
 @cindex Noten, kleiner
 @cindex kleinere Noten
@@ -1302,15 +1295,17 @@ werden, ist das Notenbild unter Umständen sehr schlecht.
 Die einfachste Art, Stichnoten zu erstellen, ist es, einen
 @code{CueVoice}-Kontext in der Stimme zu erstellen.
 
-@lilypond[verbatim,relative=1]
-R1
-<<
-  { e2\rest r4. e8 }
-  \new CueVoice {
-    \stemUp d'8^"flute" c d e fis2
-  }
->>
-d,4 r a r
+@lilypond[verbatim]
+\relative {
+  R1
+  <<
+    { e'2\rest r4. e8 }
+    \new CueVoice {
+      \stemUp d'8^"flute" c d e fis2
+    }
+  >>
+  d,4 r a r
+}
 @end lilypond
 
 Der Befehl @code{\cueClef} kann auch in einem expliziten
@@ -1320,28 +1315,32 @@ Stichnoten ausgegeben.  Der Befehl @code{\cueClefUnset} kann dann
 eingesetzt werden, um wieder zum ursprünglichen Schlüssel zurückzukehren,
 wiederum in der richtigen Größe:
 
-@lilypond[verbatim,noragged-right,relative=1]
-\clef "bass"
-R1
-<<
-  { e2\rest r4. \cueClefUnset e,8 }
-  \new CueVoice {
-    \cueClef "treble" \stemUp d''8^"flute" c d e fis2
-  }
->>
-d,,4 r a r
+@lilypond[verbatim,noragged-right]
+\relative {
+  \clef "bass"
+  R1
+  <<
+    { e'2\rest r4. \cueClefUnset e,8 }
+    \new CueVoice {
+      \cueClef "treble" \stemUp d''8^"flute" c d e fis2
+    }
+  >>
+  d,,4 r a r
+}
 @end lilypond
 
 Die Befehle @code{\cueClef} und @code{\cueClefUnset} können auch ohne
 eine @code{CueVoice}-Umgebung eingesetzt werden:
 
-@lilypond[verbatim,noragged-right,relative=1]
-\clef "bass"
-R1
-\cueClef "treble"
-d'8^"flute" c d e fis2
-\cueClefUnset
-d,,4 r a r
+@lilypond[verbatim,noragged-right]
+\relative {
+  \clef "bass"
+  R1
+  \cueClef "treble"
+  d''8^"flute" c d e fis2
+  \cueClefUnset
+  d,,4 r a r
+}
 @end lilypond
 
 Für kompliziertere Stichnotenbehandlung, etwa mit Transposition,
@@ -1477,7 +1476,6 @@ bassoonNotes = \relative c {
 @end lilypond
 
 @funindex \transposedCueDuring
-@funindex transposedCueDuring
 
 Genauso wie @code{\quoteDuring} berücksichtigt auch @code{\cueDuring}
 Transpositionen.  Stichnoten werden auf den Tonhöhen erstellt, die für
@@ -1487,7 +1485,7 @@ um die klingenden Töne des Quelleninstruments zu produzieren.
 Um Stichnoten anders zu transponieren, muss @code{\transposedCueDuring}
 benutzt werden.  Dieser Befehl braucht ein zusätzliches Argument, um
 (in absolutem Modus) die gedruckte Tonhöhe vorzugeben, mit der das
-das zweigestrichene C dargestellt werden soll.  Das ist nützlich, wenn
+das eingestrichene C dargestellt werden soll.  Das ist nützlich, wenn
 man Stichnoten von einem Instrument mit einem vollständig anderen
 Register benutzt:
 
@@ -1519,9 +1517,7 @@ bassClarinetNotes = \relative c' {
 @cindex cue notes, removing
 
 @funindex \killCues
-@funindex killCues
 @funindex \addInstrumentDefinition
-@funindex addInstrumentDefinition
 
 Der @code{\killCues}-Befehl entfernt Stichnoten aus einem
 musikalischen Ausdruck, sodass derselbe musikalische Ausdruck