]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/user/vocal.itely
Make the length of beamlets configurable.
[lilypond.git] / Documentation / de / user / vocal.itely
index 33cab3a0506ceb3a396943a9a1cea890369ea6b3..12435f19e8cc02173fad014b4118c62172d35313 100644 (file)
@@ -1,6 +1,6 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 2dfe44169bfcad2c5862c82ee08c593517dc2ddd
+    Translation of GIT committish: 2c00bdbfaf62dd90863331c4713e6b29e32c9322
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -35,8 +35,8 @@ von Vokalmusik und einige spezifische Vokalmusikstile.
 * References for vocal music and lyrics::
 * Opera::
 * Song books::
-* Chants::
 * Spoken music::
+* Chants::
 * Ancient vocal music::
 @end menu
 
@@ -87,6 +87,7 @@ TBC
 
 @c add characters names snippet -vv
 
+
 @node Song books
 @unnumberedsubsubsec Song books
 
@@ -101,6 +102,7 @@ TBC
 Notationsreferenz:
 @ref{Chord notation}.
 
+
 @node Spoken music
 @unnumberedsubsubsec Spoken music
 
@@ -118,12 +120,14 @@ Noten werden mit einem Kreuz als Notenkopf notiert, siehe hierzu
 @c add "improvisation" ref
 @c add "lyrics independents of notes" ref
 
+
 @node Chants
 @unnumberedsubsubsec Chants
 
 @c TODO Add text from lsr and -user
 TBC
 
+
 @node Ancient vocal music
 @unnumberedsubsubsec Ancient vocal music
 
@@ -299,7 +303,6 @@ stropheEins = \lyricmode @{ Joy to the world the Lord is come @}
 
 
 @seealso
-
 Notationsreferenz:
 @ref{Fonts}.
 
@@ -429,7 +432,6 @@ remains empty.
 @end ignore
 
 @seealso
-
 @c TODO: document \new Staff << Voice \lyricsto >> bug
 Referenz der Interna:
 @rinternals{LyricCombineMusic},
@@ -586,7 +588,6 @@ Hier ein Beispiel, dass die manuale Ausrichtung von Gesangstext zeigt:
 @end lilypond
 
 @seealso
-
 Referenz der Interna:
 @rinternals{Lyrics}.
 
@@ -614,7 +615,6 @@ die das entsprechende Symbol (U+203F) beinhaltet, wie etwa DejaVuLGC.
 @end lilypond
 
 @seealso
-
 Referenz der Interna:
 @rinternals{LyricCombineMusic}.
 
@@ -703,13 +703,12 @@ sich in
 
 
 @predefined
-
 @code{\melisma}, @code{\melismaEnd}
 @funindex \melismaEnd
 @funindex \melisma
+@endpredefined
 
 @seealso
-
 @c @lsr{vocal,lyric@/-combine.ly}.
 
 @knownissues
@@ -773,7 +772,6 @@ Dieses Verhalten kann aber auch unterbunden werden, wenn den Eigenschaften
 andere Werte erhalten.
 
 @seealso
-
 Referenz der Interna:
 @rinternals{LyricExtender},
 @rinternals{LyricHyphen}
@@ -997,12 +995,12 @@ TBC
 @subsection Stanzas
 
 @menu
-* Adding stanza numbers ::
+* Adding stanza numbers::
 * Adding dynamics marks to stanzas::
 * Adding singers' names to stanzas::
 * Stanzas with different rhythms::
-* Printing stanzas at the end ::
-* Printing stanzas at the end in multiple columns ::
+* Printing stanzas at the end::
+* Printing stanzas at the end in multiple columns::
 @end menu
 
 
@@ -1125,10 +1123,6 @@ Melisma ignoriert.  Das wird mit der
 @code{ignoreMelismata}-Eigenschaft im @code{Lyrics}-Kontext
 vorgenommen.
 
-Die Einstellung von @code{ignoreMelismata} muss allerdings eine
-Silbe @emph{vor} der Silbe gemacht werden, auf die es sich
-auswirken soll, wie das Beispiel zeigt:
-
 @c  TODO: breaks compile
 @c seems to be fixed, does not break compile anymore --FV
 @lilypond[verbatim,ragged-right,quote]
@@ -1144,18 +1138,15 @@ auswirken soll, wie das Beispiel zeigt:
     more slow -- ly
   }
   \new Lyrics \lyricsto "lahlah" {
-    \set ignoreMelismata = ##t % applies to "fas"
-    go fas -- ter
+    go
+    \set ignoreMelismata = ##t
+    fas -- ter
     \unset ignoreMelismata
     still
   }
 >>
 @end lilypond
 
-@noindent
-Das @code{ignoreMelismata} wirkt sich auf die Silbe @qq{fas} aus,
-es muss also vor der silbe @qq{go} notiert werden.
-
 
 @subsubheading Switching to an alternative melody
 
@@ -1356,7 +1347,6 @@ text = \lyricmode {
 
 
 @seealso
-
 Referenz der Interna:
 @rinternals{LyricText},
 @rinternals{StanzaNumber}.