X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fhu%2Fusage%2Flilypond-book.itely;h=24268b3b054b7630864fe560321d918fdc4a884a;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=48617438b53ba227e11a7039f2e614cdab705382;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/Documentation/hu/usage/lilypond-book.itely b/Documentation/hu/usage/lilypond-book.itely index 48617438b5..24268b3b05 100644 --- a/Documentation/hu/usage/lilypond-book.itely +++ b/Documentation/hu/usage/lilypond-book.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.11" +@c \version "2.19.22" @c Note: keep this node named so that `info lilypond-book' brings you here. @node lilypond-book @@ -84,8 +84,8 @@ A \verb+lilypond-book+ segítségével feldolgozott dokumentumok kottapéldákat tartalmazhatnak. Például: \begin{lilypond} -\relative c' { - c2 e2 \tuplet 3/2 { f8 a b } a2 e4 +\relative { + c'2 e2 \tuplet 3/2 { f8 a b } a2 e4 } \end{lilypond} @@ -140,8 +140,8 @@ A @command{lilypond-book} segítségével feldolgozott dokumentumok kottapéldákat tartalmazhatnak. Például: @lilypond -\relative c' { - c2 e2 \tuplet 3/2 { f8 a b } a2 e4 +\relative { + c'2 e2 \tuplet 3/2 { f8 a b } a2 e4 } @end lilypond @@ -678,8 +678,8 @@ example, the music will be interpreted in relative mode, but the verbatim quote will not show the @code{relative} block, i.e. @example -\relative c' @{ % begin verbatim - c4 e2 g4 +\relative @{ % begin verbatim + c'4 e2 g4 f2 e % end verbatim @} @end example @@ -1019,8 +1019,8 @@ You can include LilyPond fragments in a LaTeX document. Normal LaTeX text. \begin@{lilypond@} -\relative c'' @{ - a4 b c d +\relative @{ + a'4 b c d @} \end@{lilypond@} @@ -1045,7 +1045,7 @@ is written in Texinfo. Texinfo text @@lilypond -\relative c' @{ +\relative @{ a4 b c d @} @@end lilypond @@ -1072,8 +1072,8 @@ d4 c b a Documents for lilypond-book may freely mix music and text. For example, -\relative c'' @{ - a4 b c d +\relative @{ + a'4 b c d @}

@@ -1180,7 +1180,7 @@ output file. (format #f "~a, section, 1, @{~a@}, ~a" page text label)))) (formatted-toc-items (map format-line (toc-items))) (whole-string (string-join formatted-toc-items ",\n")) - (output-name (ly:parser-output-name parser)) + (output-name (ly:parser-output-name)) (outfilename (format "~a.toc" output-name)) (outfile (open-output-file outfilename))) (if (output-port? outfile)