]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/learning/fundamental.itely
Doc-de: updating includes, learning, notation
[lilypond.git] / Documentation / de / learning / fundamental.itely
index e7754e2f934c1b05c4658f08d2ef8f37a493ce49..bce4b9c3450b05b79e25fd4613a0e5856cc61b38 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: a463d80d4be008ce05b12de86fc21f2b7c1c120f
+    Translation of GIT committish: c1df40da9f8b2794e173583c363f9e736e5531bd
 
     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.13.42"
+@c \version "2.14.0"
 @c Translators: Till Paala, Reinhold Kainhofer
 
 @node Grundbegriffe
@@ -1945,11 +1945,11 @@ ausgeschaltet sind:
 @lilypond[quote,verbatim,ragged-right]
 <<
   \new Staff \relative c'' {
-    ais2 aes
+    aeses2 aes
   }
   \new Staff \relative c'' {
     \set Staff.extraNatural = ##f
-    ais2 aes
+    aeses2 aes
   }
 >>
 @end lilypond
@@ -1960,11 +1960,11 @@ während das dazu dient, sie in allen Systemen auszuschalten:
 @lilypond[quote,verbatim,ragged-right]
 <<
   \new Staff \relative c'' {
-    ais2 aes
+    aeses2 aes
   }
   \new Staff \relative c'' {
     \set Score.extraNatural = ##f
-    ais2 aes
+    aeses2 aes
   }
 >>
 @end lilypond
@@ -2038,11 +2038,11 @@ etwa so:
 <<
   \new Staff
     \relative c'' {
-      gis4 ges aes ais
+      gisis4 gis aeses aes
     }
   \new Staff \with { extraNatural = ##f } {
     \relative c'' {
-      gis ges aes ais
+      gisis4 gis aeses aes
     }
   }
 >>
@@ -2087,7 +2087,7 @@ Funktion anwendet:
 \score {
   \new Staff {
     \relative c'' {
-      cis4 e d ces
+      cisis4 e d cis
     }
   }
   \layout {
@@ -2107,12 +2107,12 @@ Wenn die Veränderung der Eigenschaft sich auf alle Systeme einer
   <<
     \new Staff {
       \relative c'' {
-        gis4 ges aes ais
+        gisis4 gis aeses aes
       }
     }
     \new Staff {
       \relative c'' {
-        gis4 ges aes ais
+        gisis4 gis aeses aes
       }
     }
   >>
@@ -3131,7 +3131,7 @@ sind.
       >>  % end ManualOne Staff context
       \new Staff = "ManualTwo" \with @{
         \override VerticalAxisGroup
-          #'staff-staff-spacing = #'stretchability . 5
+          #'staff-staff-spacing #'stretchability = 5
       @} <<
         \keyTime
         \clef "bass"
@@ -3197,7 +3197,7 @@ PedalOrganMusic = \relative c {
       >>  % end ManualOne Staff context
       \new Staff = "ManualTwo" \with {
         \override VerticalAxisGroup
-          #'staff-staff-spacing = #'stretchability . 5
+          #'staff-staff-spacing #'stretchability = 5
       } <<
         \keyTime
         \clef "bass"