]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/text.itely
Run update-with-convert-ly
[lilypond.git] / Documentation / de / notation / text.itely
index 18363907f95b5704423163f899ca8881d10c469a..cde9ad583ecd2d11bf9bad83234d3440267276a2 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
 
 @ignore
-    Translation of GIT committish: 42ae342ba877dc8f26cabb5cc3937a6d3cdb4066
+    Translation of GIT committish: 8cbb38db1591ab95a178643e7bf41db018aa22c0
 
     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.36"
+@c \version "2.15.17"
 
 @c Translators: Till Paala
 
@@ -139,12 +139,11 @@ Referenz der Interna:
 @knownissues
 Eine Überprüfung, ob sich auch alle Textbeschriftungen und Gesangstext
 innerhalb der Ränder der Noten befinden, braucht verhältnismäßig
-viel Rechenaufwand.  Diese Überprüfung ist standardmäßig ausgestellt,
-damit LilyPond die Dateien schneller bearbeiten kann.  Man kann
-die Überprüfung aber mit folgendem Code einschalten:
+viel Rechenaufwand.  Sollten Sie aber etwas bessere Leistung bevorzugen,
+schreiben Sie in Ihre Datei:
 
 @example
-\override Score.PaperColumn #'keep-inside-line = ##t
+\override Score.PaperColumn #'keep-inside-line = ##f
 @end example
 
 
@@ -207,10 +206,10 @@ Textstrecker sind Teil des @code{Dynamic}-Kontextes, siehe
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {dynamics-text-spanner-postfix.ly}
 
-@lilypondfile[verbatim,lilyquote,texidoc,doctitle]
+@lilypondfile[verbatim,quote,texidoc,doctitle]
 {dynamics-custom-text-spanner-postfix.ly}
 
 
@@ -302,13 +301,13 @@ c  c
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
 {printing-marks-at-the-end-of-a-line.ly}
 
-@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
 {aligning-marks-with-various-notation-objects.ly}
 
-@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
 {printing-marks-on-every-staff.ly}
 
 @seealso
@@ -381,20 +380,20 @@ dass man Textdokumente oder Bücher ausschließlich mit LilyPond
 setzen kann.  Einzelheiten zu den vielfältigen Möglichkeiten finden
 sich in @ref{Textbeschriftung über mehrere Seiten}.
 
-@funindex \markuplines
+@funindex \markuplist
 @funindex \markup
-@funindex markuplines
+@funindex markuplist
 @funindex markup
 
 @predefined
 @code{\markup},
-@code{\markuplines}.
+@code{\markuplist}.
 @endpredefined
 
 
 @snippets
 
-@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
+@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle]
 {stand-alone-two-column-markup.ly}
 
 @seealso
@@ -1342,8 +1341,8 @@ Installierte Dateien:
 @cindex Text über mehrere Seiten
 @cindex mehrseitiger Text
 
-@funindex \markuplines
-@funindex markuplines
+@funindex \markuplist
+@funindex markuplist
 @funindex \justified-lines
 @funindex justified-lines
 @funindex \wordwrap-lines
@@ -1354,7 +1353,7 @@ einer spezifischen Umgebung ist es möglich, Text auch über mehrere Seiten
 fließen zu lassen:
 
 @lilypond[quote,verbatim]
-\markuplines {
+\markuplist {
   \justified-lines {
     A very long text of justified lines.
     ...
@@ -1397,11 +1396,11 @@ Referenz der Interna:
 Installierte Dateien:
 @file{scm/define-markup-commands.scm}.
 
-@funindex \markuplines
-@funindex markuplines
+@funindex \markuplist
+@funindex markuplist
 
 @predefined
-@code{\markuplines}.
+@code{\markuplist}.
 @endpredefined