]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/learning/fundamental.itely
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / hu / learning / fundamental.itely
index 5c4718283ec5fe1e43a61c5e21a0fad959a40607..14cb01a3b633b00b67758249609817fdce4d68d2 100644 (file)
@@ -10,7 +10,7 @@
 
 
 @c -*- coding: utf-8; mode: texinfo; -*-
-@c \version "2.14.0"
+@c \version "2.16.0"
 @node Alapfogalmak
 @chapter Alapfogalmak
 @translationof Fundamental concepts
@@ -1696,7 +1696,7 @@ Notation Reference: @ruser{Kontextusok létrehozása}.
 
 @node Az ábrázoló fogalma
 @subsection Az ábrázoló fogalma
-@subsection Az ábrázoló fogalma
+@translationof Engravers explained
 
 @cindex engravers
 
@@ -1864,7 +1864,7 @@ is specified, no error message is produced, but the expected
 action will not take place.  For example, the
 @code{instrumentName} clearly lives in the @code{Staff} context, since
 it is the staff that is to be named.
-In this example the first staff is labelled, but not the second,
+In this example the first staff is labeled, but not the second,
 because we omitted the context name.
 
 @lilypond[quote,verbatim,ragged-right]
@@ -3122,7 +3122,7 @@ can think of these as functions).
 padText =
 #(define-music-function (parser location padding) (number?)
   #{
-    \once \override TextScript #'padding = #$padding
+    \once \override TextScript #'padding = #padding
   #})
 
 \relative c''' {