]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/chords.itely
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / de / notation / chords.itely
index 14481c741abb2a6532ffc7a50751f0bf86bc8cb6..cdf58fc0c85d3c3c1710d361499ec809f8f8f41d 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: c1df40da9f8b2794e173583c363f9e736e5531bd
+    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.17.6"
 
 @c Translators: Till Paala
 
@@ -186,7 +186,7 @@ Standard: erzeugt einen Durdreiklang.
 @tab
 @lilypond[line-width=4\cm, noragged-right]
 \chordmode {
-  \override Staff.TimeSignature #'stencil = ##f
+  \override Staff.TimeSignature.stencil = ##f
   c1
 }
 @end lilypond
@@ -198,7 +198,7 @@ Mollakkord: Dieser Modifikator erniedrigt die dritte Stufe.
 @tab
 @lilypond[line-width=4\cm, noragged-right]
 \chordmode {
-  \override Staff.TimeSignature #'stencil = ##f
+  \override Staff.TimeSignature.stencil = ##f
   c1:m c:m7
 }
 @end lilypond
@@ -212,7 +212,7 @@ und (wenn vorhanden) die siebte Stufe.
 @tab
 @lilypond[line-width=4\cm, noragged-right]
 \chordmode {
-  \override Staff.TimeSignature #'stencil = ##f
+  \override Staff.TimeSignature.stencil = ##f
   c1:dim c:dim7
 }
 @end lilypond
@@ -224,7 +224,7 @@ aug
 @tab
 @lilypond[line-width=4\cm, noragged-right]
 \chordmode {
-  \override Staff.TimeSignature #'stencil = ##f
+  \override Staff.TimeSignature.stencil = ##f
   c1:aug
 }
 @end lilypond
@@ -238,7 +238,7 @@ benutzen, um einen Durdreiklang zu notieren.
 @tab
 @lilypond[line-width=4\cm, noragged-right]
 \chordmode {
-  \override Staff.TimeSignature #'stencil = ##f
+  \override Staff.TimeSignature.stencil = ##f
   c1:maj c:maj7
 }
 @end lilypond
@@ -816,11 +816,7 @@ Installierte Dateien:
 Schnipsel:
 @rlsr{Chords}.
 
-@c Internals Reference:
-@c @r internals{}.
-
 @knownissues
-
 Akkordsymbole werden von den Tonhöhenbezeichnungen innerhalb des
 Akkordes und der Information über die Akkordstruktur, die innerhalb
 von @code{\chordmode} notiert wurde, bestimmt. Wenn der direkte
@@ -841,12 +837,12 @@ myChords = \relative c' {
 
 
 
-
 @node Generalbass
 @subsection Generalbass
 @translationof Figured bass
 
-@lilypondfile[quote]{figured-bass-headword.ly}
+@c Line width hack because of instrument names
+@lilypondfile[quote,staffsize=18,line-width=14.5\cm]{figured-bass-headword.ly}
 
 Generalbassnotation kann dargestellt werden.