]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/unfretted-strings.itely
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / de / notation / unfretted-strings.itely
index 749130d2dc859551d1aefece2cf84f2a7c65e1b1..21d2149e9e8a790cb739ce854196e1aded0ce3c4 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: aa632c095138aaaa0f50f73c90e72efb4b61d745
+    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.18.0"
 
 @c Translators: Till Paala
 
@@ -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
@@ -143,28 +143,29 @@ Notation Reference:
 @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.
 
-@lilypond[verbatim,quote,relative=2]
-d4 e4.
-\harmonicsOn
-d8 e e
-d4 e4.
-\harmonicsOff
-d8 e e
+@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
 
 
@@ -178,10 +179,12 @@ 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>4
-\set harmonicDots = ##t
-<e a\harmonic>2.  <c g'\harmonic>4
+@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
@@ -212,9 +215,11 @@ Pizzicato, bei dem man die
 Saite nach oben (und nicht seitlich) zieht, sodass sie beim Schwingen
 das Griffbrett berührt.
 
-@lilypond[verbatim,quote,relative=1]
-c4\snappizzicato
-<c' e g>4\snappizzicato
-<c' e g>4^\snappizzicato
-<c, e g>4_\snappizzicato
+@lilypond[verbatim,quote]
+\relative {
+  c'4\snappizzicato
+  <c' e g>4\snappizzicato
+  <c' e g>4^\snappizzicato
+  <c, e g>4_\snappizzicato
+}
 @end lilypond