]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/learning/fundamental.itely
Doc: clean up @file{} entries
[lilypond.git] / Documentation / hu / learning / fundamental.itely
index 1b9f7a206dca793315e58495d19f2bc6110e10c9..bff811ff828690a0c9291bb702b520ecf61059d2 100644 (file)
@@ -10,7 +10,7 @@
 
 
 @c -*- coding: utf-8; mode: texinfo; -*-
-@c \version "2.12.0"
+@c \version "2.13.36"
 @node Alapfogalmak
 @chapter Alapfogalmak
 @translationof Fundamental concepts
@@ -209,7 +209,7 @@ de egy @code{\score} blokkon kívüli @code{\layout} blokk a @code{\score}
 blokkot tartalmazó (akár explicit, akár implicit) @code{\book} blokkon belüli
 minden @code{\score} blokkra érvényes.
 
-A részletek a @ruser{Multiple scores in a book} c. részben olvashatók. 
+A részletek a @ruser{Multiple scores in a book} c. részben olvashatók.
 
 @cindex változók
 
@@ -311,7 +311,7 @@ feleleveníteni, az @ref{Egyszerű dalok kottázása} c. részben olvashatunk r
 
 Most megvan a teljes struktúra. Az énekszólam egy @code{Voice} kontextust
 tartalmaz a hangoknak, és egy strófányi dalszöveget. A zongoraszólam pedig
-a jobb- és balkéz kottasorait tartalmazza. 
+a jobb- és balkéz kottasorait tartalmazza.
 
 Most elkezdhetjük kitölteni a hangokat. Elkezdhetnénk közvetlenül a Voice
 kontextus belsejébe beleírni, hogy:
@@ -478,7 +478,7 @@ lehetséges:
 a triolák és előkék határain. A következő példában az 1. sorban egy gerenda,
 a 2. sorban egy kötőív nyúl bele egy triolába, a 3. és 4. sorban pedig
 mindezek mellett még egy kötőív is található két triola között, valamint egy
-frazeálóív, amely túlnyúlik a triolán. 
+frazeálóív, amely túlnyúlik a triolán.
 
 @lilypond[quote,verbatim,fragment,ragged-right]
 {
@@ -3140,7 +3140,7 @@ LilyPond input syntax changes (see
 you have a single definition (such as @code{\dolce}) for all your
 input files (see @ref{Style sheets}), then if the syntax changes, you
 only need to update your single @code{\dolce} definition,
-instead of making changes throughout every @code{.ly} file.
+instead of making changes throughout every @file{@/.ly} file.
 
 
 @node Partitúra és szólamkották
@@ -3154,7 +3154,7 @@ a variable.  The contents of that variable is then used to generate
 both the part and the full score.
 
 It is convenient to define the notes in a special file.  For example,
-suppose that the file @file{horn-music.ly} contains the following part
+suppose that the file @file{horn@/-music@/.ly} contains the following part
 of a horn/@/bassoon duo
 
 @example
@@ -3185,7 +3185,7 @@ The line
 @end example
 
 @noindent
-substitutes the contents of @file{horn-music.ly} at this position in
+substitutes the contents of @file{horn@/-music@/.ly} at this position in
 the file, so @code{hornNotes} is defined afterwards.  The command
 @code{\transpose f@tie{}c'} indicates that the argument, being
 @code{\hornNotes}, should be transposed by a fifth upwards.  Sounding
@@ -3236,7 +3236,7 @@ this option to the music above, leads to the following result
 
 The score is made by combining all of the music together.  Assuming
 that the other voice is in @code{bassoonNotes} in the file
-@file{bassoon-music.ly}, a score is made with
+@file{bassoon@/-music@/.ly}, a score is made with
 
 @example
 \include "bassoon-music.ly"
@@ -3264,4 +3264,4 @@ leading to
     a8 e f4 | g d | gis f |
   }
 >>
-@end lilypond
\ No newline at end of file
+@end lilypond