]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/unfretted-strings.itely
Issue 4894: Remove unescaped @funindex entries
[lilypond.git] / Documentation / de / notation / unfretted-strings.itely
index 35ba465cfa30c4301ac8f8294f1bdbf0d2886d06..21d2149e9e8a790cb739ce854196e1aded0ce3c4 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea
+    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..
+    Guide, node Updating translation committishes.
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.18.0"
 
 @c Translators: Till Paala
 
@@ -28,7 +28,7 @@ beim Setzen von Noten für Saiteninstrumente ohne Bund herangezogen
 werden können.
 
 @menu
-* Übliche Notation für bundlose Saiteninstrumente::  
+* Übliche Notation für bundlose Saiteninstrumente::
 @end menu
 
 @node Übliche Notation für bundlose Saiteninstrumente
@@ -44,7 +44,7 @@ Divisi-Stellen erforderlich sein.
 * Hinweise für bundlose Saiteninstrumente::
 * Bezeichnung des Bogens::
 * Flageolett::
-* Bartók-Pizzicato::     
+* Bartók-Pizzicato::
 @end menu
 
 @node Hinweise für bundlose Saiteninstrumente
@@ -105,8 +105,8 @@ beschrieben in
 Die Befehle @code{\upbow} und @code{\downbow} werden mit Legatobögen
 in folgender Weise eingesetzt:
 
-@lilypond[verbatim,quote,relative=2]
-c4(\downbow d) e(\upbow f)
+@lilypond[verbatim,quote]
+\relative { c''4(\downbow d) e(\upbow f) }
 @end lilypond
 
 @noindent
@@ -138,29 +138,34 @@ Notation Reference:
 @strong{@i{Natürliches Flageolett}}
 
 @cindex Flageolett
+@cindex harmonische Obertöne (Flageolett)
+@cindex Notenköpfe, rautenförmig
+@cindex rautenförmige Notenköpfe
+
 @funindex \harmonic
-@funindex harmonic
 
 Flageolett-Töne können auf verschiedene Arten notiert werden.
 Üblicherweise werden sie mit einem Rautenkopf notiert, wenn
 ein Ton angezeigt werde, bei dem die Saite berührt wird, wo sie
 sonst abgegriffen würde.
 
-@warning{Flageolett-Töne @strong{müssen} innerhalb von Akkorden
-definiert werden, auch wenn nur eine einzelne Note vorhanden ist.}
-
-@lilypond[verbatim,quote,relative=2]
-<d\harmonic>4 <e\harmonic>2.
-\set harmonicDots = ##t
-<d\harmonic>4 <e\harmonic>2.
+@lilypond[verbatim,quote]
+\relative d'' {
+  d4 e4.
+  \harmonicsOn
+  d8 e e
+  d4 e4.
+  \harmonicsOff
+  d8 e e
+}
 @end lilypond
 
 Alternativ kann auch eine normale Noten die Tonhöhe anzeigen, die
 erklingen soll, wobei ein kleiner Kreis angibt, dass es sich um
 einen Flageolett-Ton handelt:
 
-@lilypond[verbatim,quote,relative=2]
-d2^\flageolet d_\flageolet
+@lilypond[verbatim,quote,fragment]
+d''2^\flageolet d''_\flageolet
 @end lilypond
 
 
@@ -174,10 +179,18 @@ einen einen normalen Notenkopf besitzt und die Griffposition des
 Fingers angibt, während die andere in Rautenform die Position des
 leicht aufgesetzten Fingers anzeigt.
 
-@lilypond[verbatim,quote,relative=1]
-<e a\harmonic>2  <c g'\harmonic>
+@lilypond[verbatim,quote]
+\relative e' {
+  <e a\harmonic>2.  <c g'\harmonic>4
+  \set harmonicDots = ##t
+  <e a\harmonic>2.  <c g'\harmonic>4
+}
 @end lilypond
 
+@warning{@code{@bs{}harmonic} @strong{muss} innerhalb einer Akkordkonstruktion
+gesetzt werden, auch wenn nur eine Note gesetzt wird.  Normalerweise würde
+@code{@bs{}harmonicsOn} in dieser Situation benutzt.}
+
 @seealso
 Glossar:
 @rglos{harmonics}.
@@ -197,7 +210,16 @@ Notationsreferenz:
 @cindex Bartók-Pizzicato
 @cindex Knall-Pizzicato
 
-@snippets
-
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-{snap-pizzicato-bartok-pizzicato.ly}
+Ein Knallpizzicato, auch als Bartók-Pizzicato bekannt, ist ein hartes
+Pizzicato, bei dem man die
+Saite nach oben (und nicht seitlich) zieht, sodass sie beim Schwingen
+das Griffbrett berührt.
+
+@lilypond[verbatim,quote]
+\relative {
+  c'4\snappizzicato
+  <c' e g>4\snappizzicato
+  <c' e g>4^\snappizzicato
+  <c, e g>4_\snappizzicato
+}
+@end lilypond