]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/world.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / de / notation / world.itely
index bc898dad78afc992430d5e761f9952d36311ff0f..c2939f1d65b9b2e2c26b3e283e5f160869de0086 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0
+    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'
@@ -10,7 +10,7 @@
 
 @c Translators: Till Paala
 
-@c \version "2.14.0"
+@c \version "2.19.21"
 
 @node Weltmusik
 @section Weltmusik
@@ -79,7 +79,7 @@ Um Dateien wie @file{arabic.ly} oder @file{makam.ly} zu finden, siehe
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {makam-example.ly}
 
 @seealso
@@ -194,8 +194,8 @@ Hier ein Beispiel der arabischen @notation{rast}-Tonleiter:
 
 @lilypond[quote,verbatim]
 \include "arabic.ly"
-\relative do' {
-  do re misb fa sol la sisb do sisb la sol fa misb re do
+\relative {
+  do' re misb fa sol la sisb do sisb la sol fa misb re do
 }
 @end lilypond
 
@@ -212,9 +212,9 @@ werden.
 
 @lilypond[quote,verbatim]
 \include "arabic.ly"
-\relative do' {
+\relative {
   \set Staff.extraNatural = ##f
-  dod dob dosd \dwn dob dobsb dodsd do do
+  dod' dob dosd \dwn dob dobsb dodsd do do
 }
 @end lilypond
 
@@ -227,7 +227,6 @@ Schnipsel:
 @rlsr{World music}.
 
 
-
 @node Arabische Tonarten
 @unnumberedsubsubsec Arabische Tonarten
 @translationof Arabic key signatures
@@ -284,7 +283,7 @@ meistens der häufigste dieser Gruppe.
 Hier ist eine Möglichkeit, Maqams zu gruppieren, womit die
 häufigsten Maqams bestimmten Vorzeichen zugeordnet werden:
 
-@multitable @columnfractions 0.1 0.1 0.1 0.6
+@multitable @columnfractions 0.15 0.1 0.1 0.6
 @headitem Maqam-Gruppe
   @tab Vorzeichen (@code{\key})
   @tab Finalis
@@ -329,7 +328,7 @@ häufigsten Maqams bestimmten Vorzeichen zugeordnet werden:
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {non-traditional-key-signatures.ly}
 
 @seealso
@@ -380,10 +379,7 @@ zu benutzen.
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
-{compound-time-signatures.ly}
-
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {arabic-improvisation.ly}
 
 
@@ -420,13 +416,13 @@ etwa Zwischenintervalle und ungewöhnliche Modi, zu illustrieren.
 @lilypond[quote,verbatim]
 \include "arabic.ly"
 \score {
-  \relative re' {
+  \relative {
     \set Staff.extraNatural = ##f
     \set Staff.autoBeaming = ##f
     \key re \bayati
     \time 10/8
 
-    re4 re'8 re16 [misb re do] sisb [la sisb do] re4 r8
+    re'4 re'8 re16 [misb re do] sisb [la sisb do] re4 r8
     re16 [misb do re] sisb [do] la [sisb sol8] la [sisb] do [re] misb
     fa4 fa16 [misb] misb8. [re16] re8 [misb] re  [do] sisb
     do4 sisb8 misb16 [re do sisb] la [do sisb la] la4 r8
@@ -548,7 +544,7 @@ klassischer Musik: @notation{koma} (1/9 eines Ganztons),
 @notation{artık ikili} (12/9 oder 13/9 eines Ganztons).
 
 Es bietet sich an, die normalen westlichen Noten auf dem Notensystem zu
-benutzen (also c, d, e @dots) angrereichert mit besonderen Versetzungszeichen,
+benutzen (also c, d, e @dots{}) angrereichert mit besonderen Versetzungszeichen,
 die die Noten um 1/9, 4/9, 5/9 und 8/9 eines Ganztons erhöhen oder
 erniedrigen.  Diese Versetzungszeichen sind definiert in der Datei
 @file{makam.ly}.