]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/user/pitches.itely
Merge branch 'master' into dev/texi2html
[lilypond.git] / Documentation / de / user / pitches.itely
index 773134a020e5db1130197a82a5ba2c5b234baeaf..17ce46f1a314c06a83fc7af8686469abc576c1ee 100644 (file)
@@ -1,16 +1,18 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: f7420240e4ce1fe2217646482a47d00f566af52c
+    Translation of GIT committish: d0614c27e88dc7bd3993f3744a388749ba93b267
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.38"
+@c \version "2.11.51"
 
 @node Pitches
 @section Pitches
 
+@lilypondfile[quote]{pitches-headword.ly}
+
 This section discusses how to specify the pitch of notes.
 
 @menu
@@ -400,7 +402,7 @@ Es gibt auch eine Oktavenüberprüfung, die keine sichtbare Ausgabe
 erzeugt. Die Syntax:
 
 @example
-\octave @var{Tonhöhe}
+\octaveCheck @var{Tonhöhe}
 @end example
 
 Hierdurch wird überprüft, dass die @var{Tonhöhe} (ohne Apostroph) 
@@ -421,8 +423,8 @@ richtigen Oktave gesetzt werden.
 @example
 \relative c' @{
   e
-  \octave a'
-  \octave b'
+  \octaveCheck a'
+  \octaveCheck b'
 @}
 @end example
 
@@ -439,7 +441,7 @@ verändert.
 @lilypond[quote,ragged-right,verbatim,fragment]
 \relative c' {
   e
-  \octave b
+  \octaveCheck b
   a
 }
 @end lilypond
@@ -519,9 +521,11 @@ eine weitere Transposition:
 
 @seealso
 
-Programmreferenz: @rinternals{TransposedMusic}.
+Programmreferenz:
+@rinternals{TransposedMusic}.
 
-Beispiel: @lsr{scheme,transpose-pitches-with-minimum-accidentals.ly}.
+Beispiel:
+@rlsr{Pitches}.
 
 
 @knownissues