]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/cs/usage/lilypond-book.itely
Corrects links to manuals in many languages
[lilypond.git] / Documentation / cs / usage / lilypond-book.itely
index cbc89e16a9017ab1950016cd599c11aa7b048ba3..d041f616207490d5b16db4f53c8bc092125c2927 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.14.0"
+@c \version "2.17.11"
 
 @c Translators: Pavel Fric
 
@@ -95,7 +95,7 @@ kombinieren. Zum Beispiel:
 
 \begin{lilypond}
 \relative c' {
-  c2 e2 \times 2/3 { f8 a b } a2 e4
+  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 \end{lilypond}
 
@@ -155,7 +155,7 @@ kombinieren. Zum Beispiel:
 
 @lilypond
 \relative c' {
-  c2 e2 \times 2/3 { f8 a b } a2 e4
+  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 @end lilypond
 
@@ -551,8 +551,8 @@ wobei die Sprache auf @code{lilypond} gesetzt wird:
   <textobject>
     <programlisting language="lilypond" role="fragment verbatim staffsize=16 ragged-right relative=2">
 \context Staff \with @{
-  \remove Time_signature_engraver
-  \remove Clef_engraver@}
+  \remove "Time_signature_engraver"
+  \remove "Clef_engraver"@}
   @{ c4( fis) @}
     </programlisting>
   </textobject>